From 7a2e3c19a74a769c808aebcc7dfa2e69cd3ebd76 Mon Sep 17 00:00:00 2001 From: Sayid Munawar Date: Sun, 1 Sep 2013 02:58:31 +0700 Subject: [PATCH] a quick workaround for bug #721301 in debian causing install failure http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721301 Signed-off-by: sayid munawar --- ceph_deploy/hosts/debian/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph_deploy/hosts/debian/install.py b/ceph_deploy/hosts/debian/install.py index 8fa3d39..07ef176 100644 --- a/ceph_deploy/hosts/debian/install.py +++ b/ceph_deploy/hosts/debian/install.py @@ -77,9 +77,9 @@ def install(distro, logger, version_kind, version): 'apt-get', '-q', '-o', 'Dpkg::Options::=--force-confnew', - 'install', '--no-install-recommends', '--assume-yes', + 'install', '--', 'ceph', 'ceph-mds', -- 2.47.3