Re: [ceph-users] slow read speeds from kernel rbd (Firefly 0.80.4)

2014-07-24 Thread Jean-Tiare LE BIGOT
What is your kernel version ? On kernel >= 3.11 sysctl -w "net.ipv4.tcp_window_scaling=0" seems to improve the situation a lot. It also helped a lot to mitigate processes going (and sticking) in 'D' state. Le 24/07/2014 22:08, Udo Lembke a écrit : Hi again, forget to say - I'm still on 0.72.2!

Re: [ceph-users] RBD Snapshots

2014-03-03 Thread Jean-Tiare LE BIGOT
To get consistent RBD live snapshots, you may want to first freeze the guest filesystem (ext4, btrfs, xfs) with a tool like [fsfreeze]. It will basically flush the FS state to disk and blocking any future write access while maintaining Read accesses. [fsfreeze] http://manpages.courier-mta.org/

[ceph-users] Deleting an image after a crash

2014-01-30 Thread Jean-Tiare LE BIGOT
During on of tests, my test client painfully crashed with a couple of mapped images. When it came back online I have not been able to rm formerly mapped images as watchers were still registered. Host A > rbd create test-image --size 10240 Host A > rbd map test-image # # after some time > 3

Re: [ceph-users] RBD kernel driver deadlock with emperor

2014-01-09 Thread Jean-Tiare LE BIGOT
I had the same issue a couple of days ago. I fixed it by applying pending patches at https://git.kernel.org/cgit/linux/kernel/git/sage/ceph-client.git/?h=for-stable-3.10.24 According to recent mails, they should be included in next maintenance linux release 3.10.26 On 01/09/14 17:44, Stephen