system node root-mount delete
Delete a mount from one node to another node's root volume.
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The system node root-mount delete command removes a root-mount from one node in the cluster to another node's root volume. The root-mount is marked for immediate deletion by a background task. Use the system node root-mount show command to view the current status of root-mount or verify task completion.
Parameters
- -node <nodename> - Owner of the Root-mount
- The node which has the mount.
- -root-node <nodename> - Root-mount Destination Node
- The node accessed by the mount.
Examples
This example shows the deletion of a root-mount from cluster1::nodeA to cluster1::nodeB and the verification of the command's successful completion.
cluster1::> system node root-mount show
Node Root Node State Last Error
----------------- ----------------- ----------- -------------------------------
nodeA NodeB ready
cluster1::> system node root-mount delete -node nodeA -root-node nodeB
cluster1::> system node root-mount show
This table is currently empty.
Give documentation feedback