8 lines
80 B
Plaintext
Executable File
8 lines
80 B
Plaintext
Executable File
get_varied_on_VGs ()
|
|
{
|
|
# List all varied-on Volume Groups
|
|
|
|
lsvg -o | sort -r
|
|
}
|
|
|