Hi, You could be running out of memory due to the default Bluestore cache sizes. How many disks/OSDs in the R730xd versus the R740xd? How much memory in each server type? How many are HDD versus SSD? Are you running Bluestore? OSD's in Luminous, which run Bluestore, allocate memory to use as a "cache", since the kernel-provided page-cache is not available to Bluestore. Bluestore, by default, will use 1GB of memory for each HDD, and 3GB of memory for each SSD. OSD's do not allocate all that memory up front, but grow into it as it is used. This cache is in addition to any other memory the OSD uses. Check out the bluestore_cache_* values (these are specified in bytes) in the manual cache sizing section of the docs (http://docs.ceph.com/docs/master/rados/configuration/bluestore-config-ref/). Note that the automatic cache sizing feature wasn't added until 12.2.9. As an example, I have OSD's running on 32bit/armhf nodes. These nodes have 2GB of memory. I run 1 Bluestore OSD on each node. In my ceph.conf file, I have 'bluestore cache size = 536870912' and 'bluestore cache kv max = 268435456'. I see aprox 1.35-1.4 GB used by each OSD. On 2018-12-21 15:19, Pardhiv Karri wrote:
|
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com