Re: [systemd-devel] [PATCH] rules: add by-parttypeuuid rule for GPT labeled partitions

2014-05-09 Thread Sage Weil
On Sat, 10 May 2014, Kay Sievers wrote: > On Sat, May 10, 2014 at 12:00 AM, Sage Weil wrote: > > On Fri, 9 May 2014, Kay Sievers wrote: > >> On Fri, May 9, 2014 at 11:31 PM, Sage Weil wrote: > >> > The Ceph OSD initialization relies on identifying GPT partitions by type > >> > in order to mount d

Re: [systemd-devel] [PATCH] rules: add by-parttypeuuid rule for GPT labeled partitions

2014-05-09 Thread Kay Sievers
On Sat, May 10, 2014 at 12:00 AM, Sage Weil wrote: > On Fri, 9 May 2014, Kay Sievers wrote: >> On Fri, May 9, 2014 at 11:31 PM, Sage Weil wrote: >> > The Ceph OSD initialization relies on identifying GPT partitions by type >> > in order to mount data volumes and start daemons. Currently we ship

Re: [systemd-devel] [PATCH] rules: add by-parttypeuuid rule for GPT labeled partitions

2014-05-09 Thread Sage Weil
Hi Kay, On Fri, 9 May 2014, Kay Sievers wrote: > On Fri, May 9, 2014 at 11:31 PM, Sage Weil wrote: > > The Ceph OSD initialization relies on identifying GPT partitions by type > > in order to mount data volumes and start daemons. Currently we ship this > > rule separately, but it is awkward to d

Re: [systemd-devel] [PATCH] rules: add by-parttypeuuid rule for GPT labeled partitions

2014-05-09 Thread Kay Sievers
On Fri, May 9, 2014 at 11:31 PM, Sage Weil wrote: > The Ceph OSD initialization relies on identifying GPT partitions by type > in order to mount data volumes and start daemons. Currently we ship this > rule separately, but it is awkward to duplicate the conditional logic that > precedes this bloc

[systemd-devel] [PATCH] rules: add by-parttypeuuid rule for GPT labeled partitions

2014-05-09 Thread Sage Weil
The Ceph OSD initialization relies on identifying GPT partitions by type in order to mount data volumes and start daemons. Currently we ship this rule separately, but it is awkward to duplicate the conditional logic that precedes this block and it would be much simpler if it were simply included i

Re: [systemd-devel] systemd pam and O_CLOEXEC problem

2014-05-09 Thread Colin Walters
On Mon, May 5, 2014 at 6:48 AM, dedede gfgfgf trtrtrtrtrtr wrote: Investigations showed that since in pam module we started to dup fifo descriptor problem appeared. Dup does not set O_CLOEXEC flag. So after fork/exec all children processes have that descriptor and when parent which open pam