[S] Change in ...nfs-ganesha[next]: packaging: install gpfs-epoch in el10
by Name of user not set (GerritHub)
mwatts(a)redhat.com has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1241294?usp=email )
Change subject: packaging: install gpfs-epoch in el10
......................................................................
packaging: install gpfs-epoch in el10
Ganesha wants to put gpfs-epoch, a python script, into
/usr/libexec/ganesha (or some logical variation thereof).
In el10, we have python 3.12, which removes support for antique install logic.
The replacement (python3 -m installer) lacks support for setting bindir
and always puts scripts into /usr/bin. Rather than fighting with
the python installer, this commit just installs the script directly.
Change-Id: I37fca5330908b10440042d7e35eb1d088f3ab513
Signed-off-by: Marcus Watts <mwatts(a)redhat.com>
---
M src/scripts/gpfs-epoch/CMakeLists.txt
1 file changed, 6 insertions(+), 9 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/94/1241294/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1241294?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I37fca5330908b10440042d7e35eb1d088f3ab513
Gerrit-Change-Number: 1241294
Gerrit-PatchSet: 1
Gerrit-Owner: mwatts(a)redhat.com
1 week, 6 days
[XS] Change in ...nfs-ganesha[next]: gcc 14: fix uninitialized variables
by Name of user not set (GerritHub)
mwatts(a)redhat.com has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1241293?usp=email )
Change subject: gcc 14: fix uninitialized variables
......................................................................
gcc 14: fix uninitialized variables
Gcc 14 in el10 likes to warn about things that it thinks
might be uninitialized. Ganesha builds with warnings as errors.
Result: unhappiness.
Change-Id: I51260792b34f136dbed9d5056e45e45e8e1ae33d
Signed-off-by: Marcus Watts <mwatts(a)redhat.com>
---
M src/FSAL/FSAL_CEPH/main.c
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_helpers.c
M src/tools/ganesha-rados-grace.c
3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/93/1241293/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1241293?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I51260792b34f136dbed9d5056e45e45e8e1ae33d
Gerrit-Change-Number: 1241293
Gerrit-PatchSet: 1
Gerrit-Owner: mwatts(a)redhat.com
1 week, 6 days
[XS] Change in ...nfs-ganesha[next]: packaging : do not remove __pycache__
by Name of user not set (GerritHub)
mwatts(a)redhat.com has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1241290?usp=email )
Change subject: packaging : do not remove __pycache__
......................................................................
packaging : do not remove __pycache__
Removing __pycache__ at buld time won't work.
It will be built by an automatic rule at %install time which
happens after %build time.
Secondly, removing __pycache__ is Bad. What will happen then is:
the first time root runs across this python module, a .pyc file will
be made. Since that .pyc file isn't being managed, it will interfere
with later attempts to remove or update the package.
Change-Id: I119ebe699a92d6970964ad7859fe9400e24a32a5
Signed-off-by: Marcus Watts <mwatts(a)redhat.com>
---
M src/nfs-ganesha.spec-in.cmake
1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/90/1241290/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1241290?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I119ebe699a92d6970964ad7859fe9400e24a32a5
Gerrit-Change-Number: 1241290
Gerrit-PatchSet: 1
Gerrit-Owner: mwatts(a)redhat.com
1 week, 6 days
Announce Push of V11.1
by Frank Filz
Branch next
Tag:V11.1
Merge Highlights
* Monitoring: Update in Grafana dashboard JSON usage file
* SAL: split exp_state_list onto its own rwlock to cut PUTFH/OPEN contention
* Update to the ganesha-log-config man page for the RDMA logging component.
* mdcache: add configurable open fd limit
* nfs4: recall read delegations on UNCHECKED4 truncate OPEN (#945)
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
Contents:
d337b14c4 Frank S. Filz V11.1
b74f0c865 Suhas Athani nfs4: recall read delegations on UNCHECKED4 truncate
OPEN (#945)
b9d28d0a1 Prabhu Murugesan mdcache: add configurable open fd limit
d68d981ab Rajesh Prasad Update to the ganesha-log-config man page for the
RDMA logging component.
245dcfcd0 xueqian.hu SAL: split exp_state_list onto its own rwlock to cut
PUTFH/OPEN contention
d048b567d Sreedhar Agraharam Monitoring: Update in Grafana dashboard JSON
usage file
2 weeks, 4 days