]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-disk: Add fix subcommand
authorBoris Ranto <branto@redhat.com>
Tue, 31 Jan 2017 12:19:33 +0000 (13:19 +0100)
committerBoris Ranto <branto@redhat.com>
Mon, 20 Mar 2017 08:57:14 +0000 (09:57 +0100)
commit6d5d30f6ed7538271579cc2ef4e2e364f01a4a6f
treedf3e5a56953738358744753e0fe3f96dddb8a30b
parentad4ffed83857aeddb4e32c5d0dc9196c64bcf9de
ceph-disk: Add fix subcommand

This subcommand will fix the SELinux labels and/or file permissions on
ceph data (/var/lib/ceph).

The command is also optimized to run the commands in parallel (per
sub-dir in /var/lib/ceph) and do restorecon and chown at the same time
to take advantage of the caching mechanisms.

Signed-off-by: Boris Ranto <branto@redhat.com>
doc/man/8/ceph-disk.rst
src/ceph-disk/ceph_disk/main.py