Re: [pve-devel] pve-firewall : ip6tables + ebtables v4

2014-11-04 Thread Dietmar Maurer
I just committed the pve-firewall patches for ipv6 (without ebtables). Please can you test? I have done some cleanups. - Dietmar ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] run_command and shellquote

2014-11-04 Thread Dietmar Maurer
sub run_command { my ($cmd, %param) = @_; my $old_umask; my $cmdstr; if (!ref($cmd)) { $cmdstr = $cmd; if ($cmd =~ m/|/) { # see 'man bash' for option pipefail $cmd = [ '/bin/bash', '-c', set -o pipefail $cmd ]; } else

Re: [pve-devel] run_command and shellquote

2014-11-04 Thread Michael Rasmussen
On Tue, 4 Nov 2014 17:39:56 + Dietmar Maurer diet...@proxmox.com wrote: This $cmdstr is only used for logging! See now. A failing command got me confused when the error message contained quotes. -- Hilsen/Regards Michael Rasmussen Get my public GnuPG keys: michael at rasmussen dot cc

[pve-devel] Bug when cancelling Move Disk

2014-11-04 Thread Lindsay Mathieson
I'm moving disks from my NFS storage to a ceph storage (not deleting source). I've found that when cancelling the move, it does not delete the destination disk on the ceph store, and the destination disk is added to the VM, hence it cannot be del;eted - we have a dangling disk in the store :)

Re: [pve-devel] [PATCH] Use block storage migration for migration of KVM machines with local based storages

2014-11-04 Thread Daniel Hunsaker
On Nov 3, 2014 4:13 AM, Kamil Trzcinski ayu...@ayufan.eu wrote: - for stopped VM start it for migration This may not always be desired. For example, I often create VMs on one node, but don't want them to spin up until they're on another node. I create/maintain templates on an internal node