From bdd71b3a662e44615d917343929915622cf875b0 Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Mon, 8 Jul 2019 13:42:50 +0200 Subject: [PATCH 1/2] WHATSNEW: add CephFS Snapshot Integration section Bug: https://bugzilla.samba.org/show_bug.cgi?id=14039 Signed-off-by: David Disseldorp Reviewed-by: Aurelien Aptel --- WHATSNEW.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index b07e9eba778..fce43f55cfa 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -59,8 +59,8 @@ worker processes at startup and share the client connections amongst these workers. The number of worker processes can be configured by the 'prefork children' setting in the smb.conf (the default is 4). -Authentication Logging. ------------------------ +Authentication Logging +---------------------- Winbind now logs PAM_AUTH and NTLM_AUTH events, a new attribute "logonId" has been added to the Authentication JSON log messages. This contains a random @@ -254,6 +254,12 @@ CTDB changes swap) utilisation using the existing CTDB_MONITOR_MEMORY_USAGE script configuration variable. +CephFS Snapshot Integration +--------------------------- + +CephFS snapshots can now be exposed as previous file versions using the new +ceph_snapshots VFS module. See the vfs_ceph_snapshots(8) man page for details. + REMOVED FEATURES ================ -- 2.16.4 From e22a2e126580dc25c89485c50b7d2f89b85f51c1 Mon Sep 17 00:00:00 2001 From: Aurelien Aptel Date: Tue, 9 Jul 2019 23:55:30 +0200 Subject: [PATCH 2/2] WHATSNEW: document new debug encryption smb.conf param Bug: https://bugzilla.samba.org/show_bug.cgi?id=14039 Signed-off-by: Aurelien Aptel Reviewed-by: David Disseldorp --- WHATSNEW.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index fce43f55cfa..e91ad51c71b 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -312,6 +312,7 @@ smb.conf changes mangled names Changed default illegal web port Removed fruit:zero_file_id Changed default False + debug encryption New: dump encryption keys False KNOWN ISSUES -- 2.16.4