]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: removed the explicit use of sudo 19525/head
authorAndrew Schoen <aschoen@redhat.com>
Wed, 6 Dec 2017 16:40:55 +0000 (10:40 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 14 Dec 2017 16:09:50 +0000 (10:09 -0600)
commit8748c8fb84c23ab747aaed8acae5e5f8ce88f659
treeb317ee0fcd2443591cb48aac0fdc76b218fec481
parentc7383d20c4258984de2fb524f2751207aa150d78
ceph-volume: removed the explicit use of sudo

This will allow users to run ceph-volume on systems that do
not have sudo installed.

Fixes: http://tracker.ceph.com/issues/22282
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit aee71a3f5169043f750fd768e7fea9c74309e12d)
src/ceph-volume/ceph_volume/api/lvm.py
src/ceph-volume/ceph_volume/devices/lvm/activate.py
src/ceph-volume/ceph_volume/devices/lvm/zap.py
src/ceph-volume/ceph_volume/devices/simple/activate.py
src/ceph-volume/ceph_volume/systemd/systemctl.py
src/ceph-volume/ceph_volume/tests/api/test_lvm.py
src/ceph-volume/ceph_volume/util/disk.py
src/ceph-volume/ceph_volume/util/prepare.py
src/ceph-volume/ceph_volume/util/system.py