]> 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 17747/head
authorKefu Chai <kchai@redhat.com>
Fri, 15 Sep 2017 03:51:45 +0000 (11:51 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 15 Sep 2017 04:19:50 +0000 (12:19 +0800)
commit279d2980faade79e5032ad06616706313e231bd9
treef8963e4c0ab6c5f2e7bfe634915ba21c993e22e0
parent0c47aa82177bb37f1579e777a7a7806eee601142
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>
qa/standalone/ceph-helpers.sh