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 how to make this for the root VM ?
In LXC config, this is do with :
lxc.rootfs.path = dir:/data/vm/rootfs
Thanks
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 how to make this for the root VM ?
In LXC config, this is do with :
lxc.rootfs.path = dir:/data/vm/rootfs
Thanks