Hi,
I'm trying to make a shell function get_iso_paths()
which would return every path to every storage id of type dir which has content type iso
I found that I can get the storage id of type dir with content type iso with
Example
Read more
I'm trying to make a shell function get_iso_paths()
which would return every path to every storage id of type dir which has content type iso
I found that I can get the storage id of type dir with content type iso with
Code:
pvesm status --content iso
Example
Code:
root@proxmox:~# pvesm status --content iso
Name Type Status Total Used Available %
lvm-iso dir active 205314024 198659016 0 96.76%...
Read more