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
pvesm status --content iso
Example
root@proxmox:~# pvesm status...
Hello,
I have a Proxmox server with a 64GB SSD for the Proxmox system and a 30TB HDD hardware RAID for all virtual machines, containers, ISO images, etc.
What should I use for this 30TB RAID? LVM-Thin, LVM, or Directory?
Hi,
With LXC, I can have :
Host : /data/vm/rootfs
And the LXC VM boot on /data/vm/rootfs, which is a simple directory on the host.
How to do the same thing under Promox ?
I can create a raw file to become the rootfs then add with :
pct set <id> -mp0 /data/vm/rootfs/home,mp=/home,backup=0
But...