[pve-devel] applied: [PATCH cluster] fix #1486 pmxcfs spelling mistake

2017-09-04 Thread Wolfgang Bumiller
applied On Wed, Aug 23, 2017 at 10:49:29AM +0200, Alwin Antreich wrote: > Signed-off-by: Alwin Antreich > --- > data/src/pmxcfs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/data/src/pmxcfs.c b/data/src/pmxcfs.c > index 8fa3bcc..5547d5d

[pve-devel] [PATCH firewall] Fix #1492: logger: print timestamps only if we have one

2017-09-04 Thread Wolfgang Bumiller
There's no guarantee that there's a timestamp in an skb, so nflog_get_timestamp can fail. --- Alternatively we could leave out the timestamp entirely in this case, but then the gui won't show any timestamps at all in the firewall log tab. src/pvefw-logger.c | 8 +--- 1 file changed, 5

[pve-devel] [PATCH manager v2] ceph: Allow specifying cluster network separately

2017-09-04 Thread Philip Abernethy
We always recommend putting ceph-internal communication into a separate cluster network. Now pveceph init allows specifying a separate cluster network. The prior behaviour is retained, so -network sets both networks and -cluster_network overrides the cluster network if it is set. --- Removed

[pve-devel] [PATCH manager] ceph: Allow specifying cluster network separately

2017-09-04 Thread Philip Abernethy
We always recommend putting ceph-internal communication into a separate cluster network. Now pveceph init allows specifying a separate cluster network. The prior behaviour is retained, so -network sets both networks and -cluster_network overrides the cluster network if it is set. ---