[ceph-users] Re: Linux Laptop Losing CephFS mounts on Sleep/Hibernate

2024-03-28 Thread Suyash Dongre
The best way I would recommend is to disable sleep when the laptop lid closes. You will need to open the “logind.conf” file, ( sudo nano /etc/systemd/logind.conf ) and then will need to change #HandleLidSwitch=suspend to HandleLidSwitch=ignore Remove the # Remember to save and exit. You

[ceph-users] How can I set osd fast shutdown = true

2024-03-26 Thread Suyash Dongre
Hello, I want to set osd fast shutdown = true, how should I achieve this? Regards, Suyash ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@ceph.io

[ceph-users] check_memory_usage() recreation in OSD:tick()

2023-11-12 Thread Suyash Dongre
Hi guys!This is a function for MDS (src/mds/MDCache.cc) that prints out the rss and other memory stats every couple seconds at debug level 2.I am trying to create a similar function for printing memory and other stats for OSD. (will be adding the code in src/osd/OSD:tick() function),can anyone