Frank Filz
Frank Filz
With async coming forward, the possibility of saturating Ganesha with async requests, particularly read requests, becomes a possible issue. It would be wise to have some kind of throttling. One...
Currently open fd management is across all FSALs, and the threshold is based on the ulimit max of fds. Many FSALs do not use a file descriptor per open file....
There are lots of support flags in the staticfs info that really aren't used and it isn't clear why anyone would ever set anything different. Also most FSALs have a...
It's currently a gsh_buffer but would look more consistent as the utf8str it should be.
The dbus interface should move to using mdcache labeling. An overlap period where both cache_inode and mdcache are supported should be allowed. This would include any cache control and presentation...
We need an overlap period where CACHE_INODE is still supported, but we should move to MDCACHE. The code enum could change immediately. The log output maybe could change from INODE...
We have been using the MDCACHE config block for some time, it would be OK to remove this.
FSALs that don't export POSIX file systems could create fsal_filesystem structures for their exports. This would help in exposing duplicate fsid and could be used to prevent spoofing of file...
See FIXME in the code... Does anyone use take nodeid?