Quoting John Spray ([email protected]): > On Thu, Sep 13, 2018 at 11:01 AM Stefan Kooman <[email protected]> wrote: > We implement locking, and it's correct that another client can't gain > the lock until the first client is evicted. Aside from speeding up > eviction by modifying the timeout, if you have another mechanism for > detecting node failure then you could use that to explicitly evict the > client.
Check, good to know. We could let ctdb handle client eviction, but this would allow admin keys on the node I guess, something I would not feel comfortable with. The "ceph rados helper", a module you have to compile yourself as it's not shipped by default on CentOS / Ubuntu, works great. Together with the "--exclusive" lock option for "rbd-nbd" this allows for a HA iSCSI (LIO) setup. Thanks, Stefan -- | BIT BV http://www.bit.nl/ Kamer van Koophandel 09090351 | GPG: 0xD14839C6 +31 318 648 688 / [email protected] _______________________________________________ ceph-users mailing list [email protected] http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
