]> git.proxmox.com Git - pve-container.git/commit
unprivileged: remove bad chown -R call
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 13 Nov 2015 13:10:51 +0000 (14:10 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 14 Nov 2015 09:47:31 +0000 (10:47 +0100)
commitd216e891bea849b60a1dcf3bcb855be75259c4ab
treea769b8f87579e6a8b541a86c0879366075a7e31b
parent389e7a560966d6d483c60339ce99f2ceab4caf14
unprivileged: remove bad chown -R call

This was added before we had bind mounts, instead we now
change ownership when creating disks by passing the
`root_owner` option to mkfs or activating+chown()ing the
paths for subvolumes.
src/PVE/LXC.pm
src/PVE/LXC/Create.pm