Re: [pve-devel] [PATCH v5 cluster] allow to add and delete qdevice to cluster

2019-03-05 Thread Thomas Lamprecht
On 2/26/19 2:30 PM, Oguz Bektas wrote: > Signed-off-by: Oguz Bektas > --- > > v5: > * changed 'qdevice delete' to 'qdevice remove' did you tried this with IPv6? Because for that the scp command needs to put the address in [brackets], else the colon for delimiting address and path is in conflict

[pve-devel] [PATCH v5 cluster] allow to add and delete qdevice to cluster

2019-02-26 Thread Oguz Bektas
Signed-off-by: Oguz Bektas --- v5: * changed 'qdevice delete' to 'qdevice remove' data/PVE/CLI/pvecm.pm | 253 ++ 1 file changed, 253 insertions(+) diff --git a/data/PVE/CLI/pvecm.pm b/data/PVE/CLI/pvecm.pm index 55c3f15..3e73d87 100755 --- a/dat