Re: [pve-devel] [PATCH v2 container 2/6] add ignore_ro flag to mount_all

2016-05-31 Thread Dietmar Maurer
applied ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH v2 container 2/6] add ignore_ro flag to mount_all

2016-05-30 Thread Fabian Grünbichler
--- src/PVE/LXC.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm index 759ab6d..7b4afa2 100644 --- a/src/PVE/LXC.pm +++ b/src/PVE/LXC.pm @@ -918,7 +918,7 @@ sub umount_all { } sub mount_all { -my ($vmid, $storage_cfg, $conf) = @_; +