Quote Originally Posted by StefanMosleitner
How can I move an existent "Share" to another "Logical Volume"?
P.S.: This move must be performed "online" -> No downtime possible.

Thanks a lot!
I have not seen any mechanisms to transfer logical volume *contents* online from one logical volume to another. IMO this would require another access layer above the file system, which I have not seen yet.

So just for clarification: Do you not only want to move the share, but its data as well? And "online" means not only the DSS has to remain online, but the share and it's using clients as well?

Even with (temporary) read-only access to the share, I only see a disruptive way of moving the share:
- make the original share r/o
- copy the share's content to the new location
- change the share's storage location
- delete the data at the share's original location

But I would expect this to disrupt the share's clients connections.

Regards,
Jens