Announce Push of V5.4 - upgrade to this!
by Frank Filz
Important: This I believe finally solves the issues with the entry cache
growing unbounded. Please upgrade to this release and start intensive
testing if possible.
Branch next
Tag:V5.4
Merge Highlights
* Improve directory chunk LRU with a low water mark and fix interval bug
* Remove all entries from mdcache LRU with elevated refcount
* NFSv3 Create opens an fd, need to count those
* FSAL_VFS: Don't attempt to get ACLs from symbolic links
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
Contents:
4f8c484b4 Frank S. Filz V5.4
3a395315f Martin Schwenke FSAL_VFS: Don't attempt to get ACLs from symbolic
links
d59ff1476 Frank S. Filz FSALs when we do NFSv3 create and open global fd, we
must LRU track it
1877b3346 Frank S. Filz MDCACHE: remove all active entries from LRU L1 and
L2
c25e00b59 Frank S. Filz MDCACHE: We need to reap chunks and implement a low
water mark
29fed5c1d Frank S. Filz MDCACHE: Fix run interval for chunk lru
1 year, 2 months
Announce Push of V5.3.3
by Frank Filz
Branch next
Tag:V5.3.3
Merge Highlights
* Disable GPFS fsal async block lock support
* Add options to cmake to use spectrum's libwbclient.so library.
* Change RPC_Max_Connections max value to 1,000,000
* fix to use credential info from rpc if group resolution fails.
* Avoids parallel allocation with multi-threaded access
* PSEUDO_FSAL: Fix access to non-initialized structs in handle
* nfs4_op_exchange_id: pnfs server flags should not be empty
* mdcache bloating due to unreleased refcount during readdir
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
Contents:
566310011 Frank S. Filz V5.3.3
432785ec4 Deepak Arumugam Sankara Subramanian mdcache bloating due to
unreleased refcount during readdir
a48cfbd5f Assaf Yaari nfs4_op_exchange_id: pnfs server flags should not be
empty
7306defe9 Shahar Hochma PSEUDO_FSAL: Fix access to non-initialized structs
in handle
c7b873ddf Rojin George Avoids parallel allocation with multi-threaded access
ce7875d69 Yogendra Charya fix to use credential info from rpc if group
resolution fails.
23900c389 Prabhu Murumesan Change RPC_Max_Connections max value to 1,000,000
da4245a97 Malahal Naineni Add options to cmake to use spectrum's
libwbclient.so library.
ac2ec85d5 Malahal Naineni Disable GPFS fsal async block lock support
1 year, 3 months