]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
task: refactor kclient into KernelMount
authorJohn Spray <jspray@redhat.com>
Wed, 2 Jul 2014 15:43:16 +0000 (16:43 +0100)
committerJohn Spray <jspray@redhat.com>
Tue, 15 Jul 2014 12:30:16 +0000 (13:30 +0100)
commitd91f028e26f9329c51be59185af902db285d1cf8
tree037430325592b9a95ed2acab5a5ac6ead11308ff
parent6cba4973c3a7ab70ceccf941af59e45228a83426
task: refactor kclient into KernelMount

Additionally make both kclient and ceph_fuse
tasks yield a collection of CephFSMount
objects so that subsequent tasks can
retrieve them.

Signed-off-by: John Spray <john.spray@redhat.com>
teuthology/misc.py
teuthology/task/ceph_fuse.py
teuthology/task/cephfs/filesystem.py
teuthology/task/cephfs/fuse_mount.py
teuthology/task/cephfs/kernel_mount.py [new file with mode: 0644]
teuthology/task/cephfs/mount.py [new file with mode: 0644]
teuthology/task/kclient.py
teuthology/task/mds_journal_migration.py