]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/standalone/ceph-helpers.sh: pass btrfs subvolume options the right way
authorKefu Chai <kchai@redhat.com>
Fri, 15 Sep 2017 03:51:45 +0000 (11:51 +0800)
committerNathan Cutler <ncutler@suse.com>
Sat, 24 Nov 2018 08:13:38 +0000 (09:13 +0100)
commitc29997b3e1e65ab2a91f77aab4960c9067e0c6c8
tree3379ffaca116c9ab56fcdc55c9d8df0478019a95
parent10e027533f271fd6c37fff137657ddeda817dddf
qa/standalone/ceph-helpers.sh: pass btrfs subvolume options the right way

with the latest btrfs-progs, it complains with

$ sudo btrfs subvolume list . -t
btrfs subvolume list: too many arguments

so, we need to pass `-t` right after `list` subcommand.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 279d2980faade79e5032ad06616706313e231bd9)
qa/standalone/ceph-helpers.sh