diff options
Diffstat (limited to 'doc/release-notes')
| -rw-r--r-- | doc/release-notes/3.6.0.md | 136 | ||||
| -rw-r--r-- | doc/release-notes/3.6.3.md | 85 |
2 files changed, 0 insertions, 221 deletions
diff --git a/doc/release-notes/3.6.0.md b/doc/release-notes/3.6.0.md deleted file mode 100644 index 1fc604e6a55..00000000000 --- a/doc/release-notes/3.6.0.md +++ /dev/null @@ -1,136 +0,0 @@ -## Major Changes and Features - -Documentation about major changes and features is also included in the `doc/features/` directory of GlusterFS repository. - -### Volume Snapshot - -Volume snapshot provides a point-in-time copy of a GlusterFS volume. The snapshot is an online operation and hence filesystem data continues to be available for the clients while the snapshot is being taken. - -For more information refer [here] -(http://www.gluster.org/community/documentation/index.php/Features/Gluster_Volume_Snapshot). - -### User Serviceable Snapshots - -User Serviceable Snapshots provides the ability for users to access snapshots of GlusterFS volumes without administrative intervention. - -For more information refer [here] -(http://www.gluster.org/community/documentation/index.php/Features/Gluster_User_Serviceable_Snapshots). - -### Erasure Coding - -The new disperse translator provides the ability to perform erasure coding across nodes. - -For more information refer [here] -(http://www.gluster.org/community/documentation/index.php/Features/disperse). - -### Granular locking support for management operations - -Glusterd now holds a volume lock to support parallel management operations on different volumes. - -### Journaling enhancements (changelog xlator) - -Introduction of history API to consume journal records which were persisted by the changelog translator. With this API, it's not longer required to perform an expensive -filesystem crawl to identify changes. Geo-replication makes use of this (on [re]start) thereby optimizing remote replication for purges, hardlinks, etc. - -### Better Support for bricks with heterogeneous sizes - -Prior to 3.6, bricks with heterogeneous sizes were treated as equal regardless of size, and would have been assigned an equal share of files. From 3.6, assignment of files to bricks will take into account the sizes of the bricks. - -### Improved SSL support - -GlusterFS 3.6 provides better support to enable SSL on both management and data connections. This feature is currently being consumed by the GlusterFS native driver in OpenStack Manila. - -### Better peer identification -GlusterFS 3.6 improves peer identification. GlusterD will no longer complain when a mixture of FQDNs, shortnames and IP addresses are used. Changes done for this improvement have also laid down a base for improving multi network support in GlusterFS. - -### Meta translator - -Meta translator provides a virtual interface for viewing internal state of translators. - -### Improved synchronous replication support (AFRv2) - -The replication translator (AFR) in GlusterFS 3.6 has undergone a complete rewrite (http://review.gluster.org/#/c/6010/) and is referred to as AFRv2. - -From a user point of view, there is no change in the replication behaviour but there are some caveats to be noted from an admin point of view: - -- Lookups do not trigger meta-data and data self-heals anymore. They only trigger entry-self-heals. Data and meta-data are healed by the self-heal daemon only. - -- Bricks in a replica set do not mark any pending change log extended attributes for itself during pre or post op. They only mark it for other bricks in the replica set. - -For e.g.: -In a replica 2 volume, `trusted.afr.<volname>-client-0` for brick-0 and `trusted.afr.<volname>-client-1` for brick-1 will always be `0x000000000000000000000000`. - -- If the post-op changelog updation does not complete successfully on a brick, a `trusted.afr.dirty` extended attribute is set on that brick. - -### Barrier translator -The barrier translator allows file operations to be temporarily 'paused' on GlusterFS bricks, which is needed for performing consistent snapshots of a GlusterFS volume. - -For more information, see [here] (http://www.gluster.org/community/documentation/index.php/Features/Server-side_Quiesce_feature). - -### Remove brick moves data by default - -Prior to 3.6, `volume remove-brick <volname>` CLI would remove the brick from the volume without performing any data migration. Now the default behavior has been changed to perform data migration when this command is issued. Removing a brick without data migration can now be performed through `volume remove-brick <volname> force` interface. - -### Experimental Features - -The following features are experimental with this release: - -- support for rdma volumes. -- support for NUFA translator. -- disk-encryption -- On-Wire Compression + Decompression [CDC] - -### Porting Status - -- NetBSD and FreeBSD support is experimental, but regressions tests suggest that it is close to be fully supported. Please make sure you use latest NetBSD code from -current or netbsd-7 branches. - -- OSX support is in an alpha state. More testing will help in maturing this support. - -## Minor Improvements: - -- Introduction of `server.anonuid` and `server.anongid` options for root squashing - -- Root squashing doesn't happen for clients in trusted storage pool - -- Memory accounting of glusterfs processes has been enabled by default - -- The Gluster/NFS server now has support for setting access permissions on volumes with wildcard IP-addresses and IP-address/subnet (CIDR notation). More details and examples are in the [commit message](http://review.gluster.org/7485). - -- More preparation for better integration with the [nfs-ganesha](http://nfs-ganesha.github.com/) user-space NFS-server. The changes are mostly related to the handle-based functions in `libgfapi.so`. - -- A new logging framework that can suppress repetitive log messages and provide a dictionary of messages has been added. Few translators have now been integrated with the framework. More translators are expected to integrate with this framework in upcoming minor & major releases. - -### Known Issues: -- The following configuration changes are necessary for qemu and samba integration with libgfapi to work seamlessly: - - 1. `gluster volume set <volname> server.allow-insecure on` - - 2. Edit `/etc/glusterfs/glusterd.vol` to contain this line: - `option rpc-auth-allow-insecure on` - - Post 1, restarting the volume would be necessary: - `# gluster volume stop <volname>` - `# gluster volume start <volname>` - - Post 2, restarting glusterd would be necessary: - `# service glusterd restart` - -- For Block Device translator based volumes open-behind translator at the client side needs to be disabled. - -- Renames happening on a file that is being migrated during rebalance will fail. - -- Dispersed volumes do not work with self-heal daemon. Self-healing is only activated when a damaged file or directory is accessed. To force a full self-heal or to replace a brick requires to traverse the file system from a mount point. This is the recommended command to do so: - - find <mount> -d -exec getfattr -h -n test {} \; - -- Quota on dispersed volumes is not correctly computed, allowing to store more data than specified. A workaround to this problem is to define a smaller quota based on this formula: - - Q' = Q / (N - R) - - Where Q is the desired quota value, Q' is the new quota value to use, N is the number of bricks per disperse set, and R is the redundancy. - -### Upgrading to 3.6.X - -Before upgrading to 3.6 version of gluster from 3.4.X or 3.5.x, please take a look at following link: [Upgrade Gluster to 3.6] - -[Upgrade Gluster to 3.6]:http://www.gluster.org/community/documentation/index.php/Upgrade_to_3.6 diff --git a/doc/release-notes/3.6.3.md b/doc/release-notes/3.6.3.md deleted file mode 100644 index 3658d363857..00000000000 --- a/doc/release-notes/3.6.3.md +++ /dev/null @@ -1,85 +0,0 @@ -## Release Notes for GlusterFS 3.6.3 - -This is a bugfix release. The [Release Notes for 3.6.0](3.6.0.md) contain a listing of -all the new features that were added and bugs fixed in the GlusterFS 3.6 stable -release. - -### Bugs Fixed: - -- [1187526](https://bugzilla.redhat.com/1187526): Disperse volume mounted through NFS doesn't list any files/directories -- [1188471](https://bugzilla.redhat.com/1188471): When the volume is in stopped state/all the bricks are down mount of the volume hangs -- [1201484](https://bugzilla.redhat.com/1201484): glusterfs-3.6.2 fails to build on Ubuntu Precise: 'RDMA_OPTION_ID_REUSEADDR' undeclared -- [1202212](https://bugzilla.redhat.com/1202212): Performance enhancement for RDMA -- [1189023](https://bugzilla.redhat.com/1189023): Directories not visible anymore after add-brick, new brick dirs not part of old bricks -- [1202673](https://bugzilla.redhat.com/1202673): Perf: readdirp in replicated volumes causes performance degrade -- [1203081](https://bugzilla.redhat.com/1203081): Entries in indices/xattrop directory not removed appropriately -- [1203648](https://bugzilla.redhat.com/1203648): Quota: Build ancestry in the lookup -- [1199936](https://bugzilla.redhat.com/1199936): readv on /var/run/6b8f1f2526c6af8a87f1bb611ae5a86f.socket failed when NFS is disabled -- [1200297](https://bugzilla.redhat.com/1200297): cli crashes when listing quota limits with xml output -- [1201622](https://bugzilla.redhat.com/1201622): Convert quota size from n-to-h order before using it -- [1194141](https://bugzilla.redhat.com/1194141): AFR : failure in self-heald.t -- [1201624](https://bugzilla.redhat.com/1201624): Spurious failure of tests/bugs/quota/bug-1038598.t -- [1194306](https://bugzilla.redhat.com/1194306): Do not count files which did not need index heal in the first place as successfully healed -- [1200258](https://bugzilla.redhat.com/1200258): Quota: features.quota-deem-statfs is "on" even after disabling quota. -- [1165938](https://bugzilla.redhat.com/1165938): Fix regression test spurious failures -- [1197598](https://bugzilla.redhat.com/1197958): NFS logs are filled with system.posix_acl_access messages -- [1199577](https://bugzilla.redhat.com/1199577): mount.glusterfs uses /dev/stderr and fails if the device does not exist -- [1197598](https://bugzilla.redhat.com/1197598): NFS logs are filled with system.posix_acl_access messages -- [1188066](https://bugzilla.redhat.com/1188066): logging improvements in marker translator -- [1191537](https://bugzilla.redhat.com/1191537): With afrv2 + ext4, lookups on directories with large offsets could result in duplicate/missing entries -- [1165129](https://bugzilla.redhat.com/1165129): libgfapi: use versioned symbols in libgfapi.so for compatibility -- [1179136](https://bugzilla.redhat.com/1179136): glusterd: Gluster rebalance status returns failure -- [1176756](https://bugzilla.redhat.com/1176756): glusterd: remote locking failure when multiple synctask transactions are run -- [1188064](https://bugzilla.redhat.com/1188064): log files get flooded when removexattr() can't find a specified key or value -- [1165938](https://bugzilla.redhat.com/1165938): Fix regression test spurious failures -- [1192522](https://bugzilla.redhat.com/1192522): index heal doesn't continue crawl on self-heal failure -- [1193970](https://bugzilla.redhat.com/1193970): Fix spurious ssl-authz.t regression failure (backport) -- [1138897](https://bugzilla.redhat.com/1138897): NetBSD port -- [1184527](https://bugzilla.redhat.com/1184527): Some newly created folders have root ownership although created by unprivileged user -- [1181977](https://bugzilla.redhat.com/1181977): gluster vol clear-locks vol-name path kind all inode return IO error in a disperse volume -- [1159471](https://bugzilla.redhat.com/1159471): rename operation leads to core dump -- [1173528](https://bugzilla.redhat.com/1173528): Change in volume heal info command output -- [1186119](https://bugzilla.redhat.com/1186119): tar on a gluster directory gives message "file changed as we read it" even though no updates to file in progress -- [1183716](https://bugzilla.redhat.com/1183716): Force replace-brick lead to the persistent write(use dd) return Input/output error -- [1138897](https://bugzilla.redhat.com/1138897): NetBSD port -- [1178590](https://bugzilla.redhat.com/1178590): Enable quota(default) leads to heal directory's xattr failed. -- [1182490](https://bugzilla.redhat.com/1182490): Internal ec xattrs are allowed to be modified -- [1187547](https://bugzilla.redhat.com/1187547): self-heal-algorithm with option "full" doesn't heal sparse files correctly -- [1174170](https://bugzilla.redhat.com/1174170): Glusterfs outputs a lot of warnings and errors when quota is enabled -- [1212684](https://bugzilla.redhat.com/1212684): - GlusterD segfaults when started with management SSL - -### Known Issues: - -- The following configuration changes are necessary for 'qemu' and 'samba vfs - plugin' integration with libgfapi to work seamlessly: - - 1. `gluster volume set <volname> server.allow-insecure on` - 2. restarting the volume is necessary - - ~~~ - gluster volume stop <volname> - gluster volume start <volname> - ~~~ - - 3. Edit `/etc/glusterfs/glusterd.vol` to contain this line: - - ~~~ - option rpc-auth-allow-insecure on - ~~~ - - 4. restarting glusterd is necessary - - ~~~ - service glusterd restart - ~~~ - - More details are also documented in the Gluster Wiki on the [Libgfapi with qemu libvirt](http://www.gluster.org/community/documentation/index.php/Libgfapi_with_qemu_libvirt) page. - -- For Block Device translator based volumes open-behind translator at the - client side needs to be disabled. - - ~~~ - gluster volume set <volname> performance.open-behind disable - ~~~ - - |
