Re: [pve-devel] [PATCH storage] ceph: add default timeouts to commands

2017-10-04 Thread Fabian Grünbichler
On Tue, Oct 03, 2017 at 10:58:30AM +0200, Wolfgang Bumiller wrote: > Because ceph commands will just keep trying forever. > --- > PVE/Storage/RBDPlugin.pm | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/PVE/Storage/RBDPlugin.pm b/PVE/Storage/RBDPlugin.pm > index decfb

[pve-devel] [PATCH storage] ceph: add default timeouts to commands

2017-10-03 Thread Wolfgang Bumiller
Because ceph commands will just keep trying forever. --- PVE/Storage/RBDPlugin.pm | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PVE/Storage/RBDPlugin.pm b/PVE/Storage/RBDPlugin.pm index decfbf5..5880040 100644 --- a/PVE/Storage/RBDPlugin.pm +++ b/PVE/Storage/RBDPlugin.pm