Skip to content
Snippets Groups Projects
Commit 88ceba7f authored by Jérôme Charaoui's avatar Jérôme Charaoui :telescope:
Browse files

howto/ganeti: document where to find key infos

parent a2cd6f17
No related branches found
No related tags found
No related merge requests found
......@@ -684,7 +684,17 @@ depending on the situation.
Use this procedure before to a virtual disk from one of the iSCSI SANs.
First, remove the multipath config and reload:
First, we'll need to gather a some information about the disk to remove.
* Which SAN is hosting the disk
* What LUN is assigned to the disk
* The WWID of both the SAN and the virtual disk
/usr/local/sbin/tpo-show-san-disks
SMcli -n <san> -S -quick -c "show storageArray summary;" | grep "Storage array world-wide identifier"
cat /etc/multipath/conf.d/<name>.conf
Second, remove the multipath config and reload:
gnt-cluster command rm /etc/multipath/conf.d/test-01.conf
gnt-cluster command "multipath -r ; multipath -w <disk-wwid> ; multipath -r"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment