[ceph-users] Re: How to determine if a filesystem is allow_standby_replay = true

2022-10-20 Thread Dhairya Parmar
Hi Wesley, It's 17.0.0-14319-ga686eb80799 (a686eb80799dc503a45002f4b9181f4573e8e0b3) quincy (dev) On Fri, Oct 21, 2022 at 3:29 AM Wesley Dillingham wrote: > Thanks Dhairya, what version are you using? I am 16.2.10 > > [root@alma3-4 ~]# ceph fs dump | grep -i replay > dumped fsmap epoch 90 > [md

[ceph-users] Re: How to determine if a filesystem is allow_standby_replay = true

2022-10-20 Thread Xiubo Li
Hi Wesley, You can also just run: $ ceph fs get MyFS|grep flags flags    32 joinable allow_snaps allow_multimds_snaps allow_standby_replay And if you can see "allow_standby_replay" flag as above that means it's enabled, or disabled already. - Xiubo On 21/10/2022 05:58, Wesley Dillingham wr

[ceph-users] Re: How to determine if a filesystem is allow_standby_replay = true

2022-10-20 Thread Wesley Dillingham
Thanks Dhairya, what version are you using? I am 16.2.10 [root@alma3-4 ~]# ceph fs dump | grep -i replay dumped fsmap epoch 90 [mds.alma3-6{0:10340349} state up:standby-replay seq 1 addr [v2: 10.0.24.6:6803/937383171,v1:10.0.24.6:6818/937383171] compat {c=[1],r=[1],i=[7ff]}] as you can see i have

[ceph-users] Re: How to determine if a filesystem is allow_standby_replay = true

2022-10-20 Thread Dhairya Parmar
Hi Wesley, You can find if the `allow_standby_replay` is turned on or off by looking at the fs dump, run `ceph fs dump | grep allow_standby_replay` and if it is turned on you will find something like: $ ./bin/ceph fs dump | grep allow_standby_replay *** DEVELOPER MODE: setting PATH, PYTHONPATH an