Hide Forgot
Implement command 'migrate' for migrating whole volumes or just devices to a different one regardless on the backend used. Ssm should be able to handle this operation in a unified fashion for all supported backends. For lvm based volumes, pvmove can be used. For btrfs based volumes, btrfs replace feature can be used. In case of regular devices we can use either dd, or something smarter which will probably end up to be file system dependent. -Lukas
Note that we're extending the pvmove syntax in 7.1 to support all-or-nothing migrations.
Implemented in the upstream v1.0 release.
Development Management has reviewed and declined this request. You may appeal this decision by reopening this request.
Upstream solution was changed to a more acceptable one in the new release.