From 21276b31c2f6ac0978c93c0dcf8d7fe514c53b49 Mon Sep 17 00:00:00 2001 From: ShyamsundarR Date: Mon, 23 Jul 2018 19:39:04 -0400 Subject: doc: Correct release notes to remove py3 support Updates: bz#1594908 Change-Id: I6cefb3b6abc1b38981da4959f1be24814be6888c Signed-off-by: ShyamsundarR --- doc/release-notes/4.1.0.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/release-notes/4.1.0.md b/doc/release-notes/4.1.0.md index a4c708e7427..f05b845f0ac 100644 --- a/doc/release-notes/4.1.0.md +++ b/doc/release-notes/4.1.0.md @@ -255,12 +255,7 @@ the initial server used to fetch the volfile and mount is down. When using glusterd, this is achieved using the FUSE mount option `backup-volfile-servers`, and when using GlusterD2 this is done automatically. -#### 3. Python code base is now python3 compatible - -All python code in Gluster that are installed by the various packages are -python3 compatible. - -#### 4. (c/m)time equivalence across replicate and disperse subvolumes +#### 3. (c/m)time equivalence across replicate and disperse subvolumes Enabling the utime feature, enables Gluster to maintain consistent change and modification time stamps on files and directories across bricks. -- cgit