mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
Merge PR #37752 into master
* refs/pull/37752/head: vstart.sh: fix fs set max_mds bug Reviewed-by: Patrick Donnelly <pdonnell@redhat.com> Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
7247abe343
@ -1381,7 +1381,7 @@ do
|
||||
[ $fs -eq $CEPH_NUM_FS ] && break
|
||||
fs=$(($fs + 1))
|
||||
if [ "$CEPH_MAX_MDS" -gt 1 ]; then
|
||||
ceph_adm fs set "cephfs_${name}" max_mds "$CEPH_MAX_MDS"
|
||||
ceph_adm fs set "${name}" max_mds "$CEPH_MAX_MDS"
|
||||
fi
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user