initial commit
This commit is contained in:
10
chapter23/function_get_VG_disk_info
Executable file
10
chapter23/function_get_VG_disk_info
Executable file
@@ -0,0 +1,10 @@
|
||||
get_VG_disk_info ()
|
||||
{
|
||||
# List disks by Volume Group assignment
|
||||
|
||||
for VG in $(get_varied_on_VGs)
|
||||
do
|
||||
lsvg -p $VG
|
||||
done
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user