Displaying 3 results from an estimated 3 matches for "ceph1".
Did you mean:
ceph
2014 Aug 18
1
[SOLVED] Re: Trying Dovecot Replication with dsync
>
> 1)
> Aug 14 15:39:34 ceph1 dovecot: imap(account=domaintest.com): Error:
> open(/var/run/dovecot/replication-notify-fifo) failed: Permission denied
>
> What is the correct perms for /var/run/dovecot/replication-notify-fifo ?
> Currently:
> # ll /var/run/dovecot/replication-notify-fifo
> prw------- 1 root ro...
2014 Aug 14
2
Trying Dovecot Replication with dsync
...m installing a cluster (for tests) with Ubuntu 14.04 + Ext4 filesystem
(without Drbd) + Dovecot-2.2.9-1ubuntu2.1. My conf is in:
http://adminlinux.com.br/replication-doveconf.txt
I'm following this doc http://wiki2.dovecot.org/Replication but I'm
getting some errors:
1)
Aug 14 15:39:34 ceph1 dovecot: imap(account=domaintest.com): Error:
open(/var/run/dovecot/replication-notify-fifo) failed: Permission denied
What is the correct perms for /var/run/dovecot/replication-notify-fifo ?
Currently:
# ll /var/run/dovecot/replication-notify-fifo
prw------- 1 root root 0 Aug 14 15:57
/var/run...
2014 Jan 23
7
[PATCH 0/7] Various fixes for Ceph drives and parsing libvirt XML.
Miscellaneous fixes to:
- Handling of Ceph drives now works end-to-end (RHBZ#1026688).
- In particular, you can now use rbd:/// URIs in guestfish (and
they work).
- Parse Ceph & NBD network drives from libvirt XML correctly, so
that existing domains with Ceph/NBD drives can be added
(eg. using guestfish -d option).
- Add more testing of the above.