Transferring Parallels Cloud Storage iSCSI Targets Between Parallels Cloud Storage Nodes
You can transfer stopped iSCSI targets between Parallels Cloud Storage Nodes. After the transfer, you will be able to start and manage the iSCSI target on the destination Node. On the source Node, you will only be able to delete the transferred target with the
--force
option (for more details, see
Deleting Parallels Cloud Storage iSCSI Targets
).
To transfer an iSCSI target, do the following:
-
Make sure the target is stopped. For more details, see
Stopping Parallels Cloud Storage iSCSI Targets
.
-
Unregister the target on its current Node with the
pstorage-iscsi unregister
command. For example:
# pstorage-iscsi unregister -t iqn.2014-04.com.pstorage:test1
-
Register the target on the new Node with the
pstorage-iscsi register
command. For example:
# pstorage-iscsi register -t iqn.2014-04.com.pstorage:test1
|