Commit Graph

13 Commits

Author SHA1 Message Date
Jarrod Johnson
3664f1d5c3 Implement rescansan in esx.pm and wire up svc.pm to issue rescansan 2013-10-28 20:26:40 -04:00
Jarrod Johnson
952ff38ce4 Add --format to mkstorage 2013-10-28 16:15:25 -04:00
Jarrod Johnson
06fe33434a Fix table sourced controller pointing in *storage calls in svc 2013-10-27 16:49:25 -04:00
Jarrod Johnson
bb351003dc Implement rmstorage for sc 2013-10-27 16:39:23 -04:00
Jarrod Johnson
bd899691b0 Add detachstorage call to svc plugin 2013-10-27 16:23:52 -04:00
Jarrod Johnson
7cab5a1f41 Have mkstorage report the volumes created. 2013-10-27 15:22:50 -04:00
Jarrod Johnson
dc9dd79a5b Add ability to request a specific name when doing mkstorage 2013-10-27 15:16:14 -04:00
Jarrod Johnson
1e8ebff8ac Add lsstorage command to the svc plugin 2013-10-27 14:51:20 -04:00
Jarrod Johnson
2aaeb87959 Fix shared mkstorage to actually function correctly in svc 2013-10-27 11:17:50 -04:00
Jarrod Johnson
b44b1bbd6e Tolerate and amend host definitions in SVC removing hard requirement for host names to match svc and xCAT 2013-10-27 11:08:20 -04:00
Jarrod Johnson
698cf75276 Refactor hostportgroup management code in esx plugin
Have esxi support --addvlan parameter
2013-10-02 10:24:18 -04:00
Jarrod Johnson
e600768e19 SVC support phase 2
Generally able to create shared and dedicated storage luns

TODO: still put the boot data into storage.osvolume
TODO: format callout to nodetype.os driven plugin (looking at esxi here)

attachstorage/detachstorage/showstorage/rmstorage still TODO
2013-09-25 11:26:27 -04:00
Jarrod Johnson
25dd2ce800 Phase 1 of SVC plugin implementation
This commit is able to create storage in an existing mdisk grp.

It hardcodes the iogrp to 0 for now.  The next step is to make hosts and vhostmap.
mkhost -name <name> -hbawwpn <wwpn> -force

And then map them together:
mkvdiskhostmap -host <host> -force <vdisk>

If boot, store the wwn into storage.osvolume for future use.

Commands to do:
attachstorage
detachstorage
showstorage
rmstorage

suspect frontending:
lsmdiskgrp to show state of avail space
will be appropriate
2013-09-24 21:03:48 -04:00