1ce5005cd6
Early airshipctl usage has identified the need to eject virtual media on-demand using airshipctl in order to prevent booting from stuck media. This change adds a command to eject all virtual media attached to a baremetal node. Change-Id: Id67fa00489093dcb84ce54216e0553fa6a737ea6 Signed-off-by: Drew Walters <andrew.walters@att.com>
11 lines
385 B
Plaintext
11 lines
385 B
Plaintext
Eject media attached to a baremetal host
|
|
|
|
Usage:
|
|
ejectmedia [flags]
|
|
|
|
Flags:
|
|
-h, --help help for ejectmedia
|
|
-l, --labels string Label(s) to filter desired baremetal host documents
|
|
-n, --name string Name to filter desired baremetal host document
|
|
--phase string airshipctl phase that contains the desired baremetal host document(s) (default "bootstrap")
|