I was wondering why Proxmox defaults to a raw rootfs when I create a new container. In fact, there seems to be no way around it.
However, I really want to be able to directly access my files. They are on a nfs share backed by zfs so the raw image keeps me from using snapshot, rollback, clone, and dedup, quotas, etc in a transparent way.
Direct access to vm files from the server would vastly simplify management, git, configuration changes, automation, etc.
So now I am left either 1) hand-creating containers and modifying pve files or 2) mounting the image, copying the vm files, and modifying the lxc config to reflect the new rootfs.
Why?
Why not allow a selection between raw image or files? It could be as simple as setting size=0 and a pop up.
Is there an easier way, or is there a reason to use raw images?
However, I really want to be able to directly access my files. They are on a nfs share backed by zfs so the raw image keeps me from using snapshot, rollback, clone, and dedup, quotas, etc in a transparent way.
Direct access to vm files from the server would vastly simplify management, git, configuration changes, automation, etc.
So now I am left either 1) hand-creating containers and modifying pve files or 2) mounting the image, copying the vm files, and modifying the lxc config to reflect the new rootfs.
Why?
Why not allow a selection between raw image or files? It could be as simple as setting size=0 and a pop up.
Is there an easier way, or is there a reason to use raw images?