[ceph-users] What is a pgmap?

2020-05-13 Thread Bryan Henderson
, it is talking about something else -- mapping of PGs to OSDs by CRUSH and OSD maps. -- Bryan Henderson San Jose, California ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@ceph.io

[ceph-users] Re: What is a pgmap?

2020-05-16 Thread Bryan Henderson
aybe once per second is the maximum frequency and it depends upon how frequently PGs are written to. -- Bryan Henderson San Jose, California ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@ceph.io

[ceph-users] Re: What is a pgmap?

2020-05-19 Thread Bryan Henderson
every time. But there is a limit of one update per second (default - it's the 'paxos_propose_interval' configuration variable) on updates to any of the maps in the monitor database, so on any normal size system, you'll see updates once a second. -- Bryan Hend