---
pve-bridge | 8 +++-
pve-bridge-hotplug | 40 ++--
2 files changed, 9 insertions(+), 39 deletions(-)
diff --git a/pve-bridge b/pve-bridge
index b4550f1..c23c643 100755
--- a/pve-bridge
+++ b/pve-bridge
@@ -8,6 +8,12 @@ use PVE::Network;
my $
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.
---
Changes: added chown to non-raw disks.
Decided against doing it at mount time as that would mean shared
---
PVE/Storage/GlusterfsPlugin.pm | 17 +
PVE/Storage/NFSPlugin.pm | 18 +-
2 files changed, 18 insertions(+), 17 deletions(-)
diff --git a/PVE/Storage/GlusterfsPlugin.pm b/PVE/Storage/GlusterfsPlugin.pm
index 3bae100..a6ca950 100644
--- a/PVE/Storage/Gluste
This was added before we had bind mounts, instead we now
pass the `root_owner` option to mkfs.
---
src/PVE/LXC.pm| 18 +++---
src/PVE/LXC/Create.pm | 3 ---
2 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm
index 7f375b9..ff13ad9
applied, thanks.
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
applied.
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
> > Maybe you already found a better way to implement rollback within
> > drbdmanage?
> Not atomically, no.
>
> We've got an even more interesting problem - we should do atomic changes
> across the whole cluster...
Yes, I see ;-)
> We'll probably have to do the indirection trick - storing the P
This can make probelems with zvol that have lvm pools on it.
---
patchdir/filter_zvols_in_lvm.conf.patch | 15 +++
patchdir/series | 1 +
2 files changed, 16 insertions(+)
create mode 100644 patchdir/filter_zvols_in_lvm.conf.patch
diff --git a/patchdir/filter
Hi Dietmar,
> I just started to implement a PVE storage driver for lvmthin:
>
> https://git.proxmox.com/?p=pve-storage.git;a=blob;f=PVE/Storage/LvmThinPlugin.pm
>
> So far I just use:
>
> sub volume_snapshot_rollback {
> my ($class, $scfg, $storeid, $volname, $snap) = @_;
>
> my $vg =