]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commit
[BZ-1302675] Disable timeout for pkg install/remove procedures 384/head
authorBoris Ranto <branto@redhat.com>
Tue, 2 Feb 2016 00:35:04 +0000 (01:35 +0100)
committerBoris Ranto <branto@redhat.com>
Wed, 3 Feb 2016 21:34:40 +0000 (22:34 +0100)
commit9fd36fdd949310b4b737f0ed698a8b09a02725f7
tree33384da65af7d8282897aaa1cd9123b57b5ea4da
parentedec3c69389260b57c63cc4e3e4bdf07aa239f57
[BZ-1302675] Disable timeout for pkg install/remove procedures

Do not timeout too early, here. If we use the pkg command to install
e.g. ceph-selinux or some other package with long post script we can
easily timeout in 5 minutes, disabling the timeout completely for the
pkg install procedure makes this much more safe.

The same holds for pkg removal.

Signed-off-by: Boris Ranto <branto@redhat.com>
ceph_deploy/pkg.py