summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@samba.org>2019-07-08 13:42:50 +0200
committerKarolin Seeger <kseeger@samba.org>2019-08-07 10:57:33 +0000
commit98051741ea5069b0e6fb7274cd1959460c7f95a1 (patch)
treeb8f787ca58171410281a79b3a48ac517bc33b426 /WHATSNEW.txt
parentf2c40f4d41a4729bf31534ce34261d70c5dd0071 (diff)
downloadsamba-98051741ea5069b0e6fb7274cd1959460c7f95a1.tar.gz
WHATSNEW: add CephFS Snapshot Integration section
Bug: https://bugzilla.samba.org/show_bug.cgi?id=14039 Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt10
1 files 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
================