diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-05-12 03:01:41 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-05-12 03:01:41 +0100 |
commit | 6db68b831ff9d1f146c1f27015e1007e4f0fce37 (patch) | |
tree | eb914abd8d3f601f916a99b498de4a7d4f22629c | |
parent | Revert "Patch fixes for kexec-tools and binutils i386 change" (diff) | |
download | patches-main.tar.bz2 patches-main.tar.xz patches-main.zip |
-rw-r--r-- | sys-cluster/glusterfs/full-hostname.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-cluster/glusterfs/full-hostname.patch b/sys-cluster/glusterfs/full-hostname.patch new file mode 100644 index 0000000..c7f433b --- /dev/null +++ b/sys-cluster/glusterfs/full-hostname.patch @@ -0,0 +1,11 @@ +--- a/extras/ocf/volume.in 2023-11-06 15:24:25.437026739 +0000 ++++ a/extras/ocf/volume.in 2025-05-12 02:57:57.823907718 +0100 +@@ -19,8 +19,8 @@ + # When sysconfdir and localstatedir aren't passed in as + # configure flags, they're defined in terms of prefix + prefix=@prefix@ +-SHORTHOSTNAME=`hostname -s` ++SHORTHOSTNAME=`hostname -f` + ####################################################################### + + OCF_RESKEY_binary_default="gluster" |