]> git.proxmox.com Git - pve-container.git/commit
fix #3421: allow custom storage plugins to support rootfs
authorLorenz Stechauner <l.stechauner@proxmox.com>
Thu, 27 May 2021 12:23:30 +0000 (14:23 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 21 Jun 2021 08:45:55 +0000 (10:45 +0200)
commite6da5357ccf63015eff53f57c5b4d36354cd6bd2
tree3d112bef84f27bed57c0f812f0654087a560fe22
parente27fbd6b4ddd8fa0afa3e55e4a6eaca423a58cdd
fix #3421: allow custom storage plugins to support rootfs

it is now necessary for storages to support the 'rootdir' content in
order to start containers on them. all native storage plugins
already report the rootdir content correctly.

Signed-off-by: Lorenz Stechauner <l.stechauner@proxmox.com>
Reviewed-by: Fabian Ebner <f.ebner@proxmox.com>
src/PVE/LXC.pm