initial commit
This commit is contained in:
10
chapter23/function_get_LV_info
Executable file
10
chapter23/function_get_LV_info
Executable file
@@ -0,0 +1,10 @@
|
||||
get_LV_info ()
|
||||
{
|
||||
# List the Logical Volumes in each varied-on Volume Group
|
||||
|
||||
for VG in $(get_varied_on_VGs)
|
||||
do
|
||||
lsvg -l $VG
|
||||
done
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user