summaryrefslogtreecommitdiff
path: root/sys-cluster/glusterfs/full-hostname.patch
blob: c7f433b83aeb2570cbfbfed17da145f8b9616b9a (plain)
1
2
3
4
5
6
7
8
9
10
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"