mirror of
https://github.com/ceph/ceph
synced 2025-01-03 01:22:53 +00:00
Merge PR #40509 into master
* refs/pull/40509/head: qa/tasks/cephfs: create enough subvolumes Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
commit
7ab0794c95
@ -698,7 +698,7 @@ class TestSubvolumeGroups(TestVolumesHelper):
|
||||
group = "pinme"
|
||||
self._fs_cmd("subvolumegroup", "create", self.volname, group)
|
||||
self._fs_cmd("subvolumegroup", "pin", self.volname, group, "distributed", "True")
|
||||
subvolumes = self._generate_random_subvolume_name(10)
|
||||
subvolumes = self._generate_random_subvolume_name(50)
|
||||
for subvolume in subvolumes:
|
||||
self._fs_cmd("subvolume", "create", self.volname, subvolume, "--group_name", group)
|
||||
self._wait_distributed_subtrees(2 * 2, status=status, rank="all")
|
||||
|
Loading…
Reference in New Issue
Block a user