In the following example, remove the ownership of the disk named 1.1.2 from node01 and assign it to node02
cluster mode
::> disk option modify -node * -autoassign off
::>disk show
::>disk removeowner -disk 1.1.2
::>disk assign -disklist 1.1.2 -owner node02
7-mode
node01::>disk show
node01::>remove_ownership -disk DISKNAME
node02::>disk show
node02::>disk assign DISKNAME
Hope the above information will be helpful to you