[pve-devel] [PATCH] fix modification of read only bug

2014-10-24 Thread mir
From: Michael Rasmussen Signed-off-by: Michael Rasmussen --- PVE/Storage/LunCmd/Istgt.pm | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/PVE/Storage/LunCmd/Istgt.pm b/PVE/Storage/LunCmd/Istgt.pm index c17d1c8..8594f77 100644 --- a/PVE/Storage/LunCmd/Istgt.pm +++

[pve-devel] Fix bug in parser using a read-only variable

2014-10-24 Thread mir
Fix bug as found is this thread: http://forum.proxmox.com/threads/20070-Proxmox-VE-3-3-and-Freenas-9-2-7-ZFS-via-ISCSI This mail was virus scanned and spam checked before delivery. This mail is also DKIM signed. See header dkim-signature. ___ p

Re: [pve-devel] ProxMox genterating incorrect gluster mount file

2014-10-24 Thread Dietmar Maurer
> This disables the redundancy features of a pure replicated volume, e.g if one > of > the nodes drops out, all the volume node are unavailable. Not sure what you talk about. We simply mount with: /bin/mount -t glusterfs $source $mountpoint What is wrong with that? ___