* [Cluster-devel] cluster/rgmanager/src/resources nfsclient.sh
@ 2007-02-21 20:54 lhh
0 siblings, 0 replies; 9+ messages in thread
From: lhh @ 2007-02-21 20:54 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4
Changes by: lhh at sourceware.org 2007-02-21 20:54:51
Modified files:
rgmanager/src/resources: nfsclient.sh
Log message:
Fix anonuid/anongid parsing in nfsclient.sh
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/nfsclient.sh.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3.2.10&r2=1.3.2.11
--- cluster/rgmanager/src/resources/nfsclient.sh 2006/10/20 20:34:25 1.3.2.10
+++ cluster/rgmanager/src/resources/nfsclient.sh 2007/02/21 20:54:51 1.3.2.11
@@ -212,9 +212,9 @@
;;
no_all_squash)
;;
- anonuid)
+ anonuid=*)
;;
- anongid)
+ anongid=*)
;;
*)
ocf_log err "Export Option $o invalid"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Cluster-devel] cluster/rgmanager/src/resources nfsclient.sh
@ 2008-01-28 19:42 lhh
0 siblings, 0 replies; 9+ messages in thread
From: lhh @ 2008-01-28 19:42 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4
Changes by: lhh at sourceware.org 2008-01-28 19:42:43
Modified files:
rgmanager/src/resources: nfsclient.sh
Log message:
Fix #292861 - nfsclient doesn't unexport correctly
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/nfsclient.sh.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3.2.12&r2=1.3.2.13
--- cluster/rgmanager/src/resources/nfsclient.sh 2007/05/03 15:02:47 1.3.2.12
+++ cluster/rgmanager/src/resources/nfsclient.sh 2008/01/28 19:42:43 1.3.2.13
@@ -307,13 +307,16 @@
stop)
verify_all || exit $OCF_ERR_ARGS
- if [ "$OCF_RESKEY_nfslock" = "1" ]; then
+ #if [ "$OCF_RESKEY_nfslock" = "1" ]; then
#
# If the NFS lock workarounds were enabled, unexport from
# the world
#
- export OCF_RESKEY_target="*"
- fi
+ # Per https://bugzilla.redhat.com/show_bug.cgi?id=292861
+ # This breaks unexport!
+ #
+ #export OCF_RESKEY_target="*"
+ #fi
ocf_log info "Removing export: ${OCF_RESKEY_target}:${OCF_RESKEY_path}"
exportfs -u "${OCF_RESKEY_target}:${OCF_RESKEY_path}"
^ permalink raw reply [flat|nested] 9+ messages in thread* [Cluster-devel] cluster/rgmanager/src/resources nfsclient.sh
@ 2007-02-21 20:55 lhh
0 siblings, 0 replies; 9+ messages in thread
From: lhh @ 2007-02-21 20:55 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: STABLE
Changes by: lhh at sourceware.org 2007-02-21 20:55:15
Modified files:
rgmanager/src/resources: nfsclient.sh
Log message:
Fix anonuid/anongid parsing in nfsclient.sh
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/nfsclient.sh.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.3.2.2.6.7&r2=1.3.2.2.6.8
--- cluster/rgmanager/src/resources/nfsclient.sh 2006/11/03 16:29:58 1.3.2.2.6.7
+++ cluster/rgmanager/src/resources/nfsclient.sh 2007/02/21 20:55:14 1.3.2.2.6.8
@@ -212,9 +212,9 @@
;;
no_all_squash)
;;
- anonuid)
+ anonuid=*)
;;
- anongid)
+ anongid=*)
;;
*)
ocf_log err "Export Option $o invalid"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Cluster-devel] cluster/rgmanager/src/resources nfsclient.sh
@ 2007-02-21 20:54 lhh
0 siblings, 0 replies; 9+ messages in thread
From: lhh @ 2007-02-21 20:54 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL5
Changes by: lhh at sourceware.org 2007-02-21 20:54:34
Modified files:
rgmanager/src/resources: nfsclient.sh
Log message:
Fix anonuid/anongid parsing in nfsclient.sh
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/nfsclient.sh.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.13&r2=1.13.2.1
--- cluster/rgmanager/src/resources/nfsclient.sh 2006/08/18 15:26:22 1.13
+++ cluster/rgmanager/src/resources/nfsclient.sh 2007/02/21 20:54:34 1.13.2.1
@@ -200,9 +200,9 @@
;;
no_all_squash)
;;
- anonuid)
+ anonuid=*)
;;
- anongid)
+ anongid=*)
;;
*)
ocf_log err "Export Option $o invalid"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Cluster-devel] cluster/rgmanager/src/resources nfsclient.sh
@ 2007-02-21 20:54 lhh
0 siblings, 0 replies; 9+ messages in thread
From: lhh @ 2007-02-21 20:54 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: lhh at sourceware.org 2007-02-21 20:54:08
Modified files:
rgmanager/src/resources: nfsclient.sh
Log message:
Fix anonuid/anongid parsing in nfsclient.sh
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/nfsclient.sh.diff?cvsroot=cluster&r1=1.13&r2=1.14
--- cluster/rgmanager/src/resources/nfsclient.sh 2006/08/18 15:26:22 1.13
+++ cluster/rgmanager/src/resources/nfsclient.sh 2007/02/21 20:54:08 1.14
@@ -200,9 +200,9 @@
;;
no_all_squash)
;;
- anonuid)
+ anonuid=*)
;;
- anongid)
+ anongid=*)
;;
*)
ocf_log err "Export Option $o invalid"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Cluster-devel] cluster/rgmanager/src/resources nfsclient.sh
@ 2006-08-02 17:24 lhh
0 siblings, 0 replies; 9+ messages in thread
From: lhh @ 2006-08-02 17:24 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: lhh at sourceware.org 2006-08-02 17:24:31
Modified files:
rgmanager/src/resources: nfsclient.sh
Log message:
fix 200449 - status checks wrong
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/nfsclient.sh.diff?cvsroot=cluster&r1=1.11&r2=1.12
--- cluster/rgmanager/src/resources/nfsclient.sh 2006/06/02 17:37:10 1.11
+++ cluster/rgmanager/src/resources/nfsclient.sh 2006/08/02 17:24:31 1.12
@@ -316,9 +316,9 @@
# * Exports with RegExp metacharacters need to be escaped.
# These metacharacters are: * ? .
#
- export OCF_RESKEY_target_regexp=$(echo $OCF_RESKEY_target | \
+ export OCF_RESKEY_target_regexp=$(echo $OCF_RESKEY_target | \
sed -e 's/*/[*]/g' -e 's/?/[?]/g' -e 's/\./\\./g')
- exportfs -v | tr -d "\n" | sed -e 's/([^)]*)/\n/g' | grep -q \
+ exportfs -v | tr -d "\n" | sed -e 's/([^)]*)/\n/g' | grep -q \
"^${OCF_RESKEY_path}[\t ]*.*${OCF_RESKEY_target_regexp}"
rv=$?
;;
^ permalink raw reply [flat|nested] 9+ messages in thread* [Cluster-devel] cluster/rgmanager/src/resources nfsclient.sh
@ 2006-08-02 17:24 lhh
0 siblings, 0 replies; 9+ messages in thread
From: lhh @ 2006-08-02 17:24 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: STABLE
Changes by: lhh at sourceware.org 2006-08-02 17:24:18
Modified files:
rgmanager/src/resources: nfsclient.sh
Log message:
fix 200449 - status checks wrong
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/nfsclient.sh.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.3.2.2.6.5&r2=1.3.2.2.6.6
--- cluster/rgmanager/src/resources/nfsclient.sh 2006/06/16 20:07:46 1.3.2.2.6.5
+++ cluster/rgmanager/src/resources/nfsclient.sh 2006/08/02 17:24:18 1.3.2.2.6.6
@@ -336,9 +336,9 @@
# * Exports with RegExp metacharacters need to be escaped.
# These metacharacters are: * ? .
#
- export OCF_RESKEY_target_regexp=$(echo $OCF_RESKEY_target | \
+ export OCF_RESKEY_target_regexp=$(echo $OCF_RESKEY_target | \
sed -e 's/*/[*]/g' -e 's/?/[?]/g' -e 's/\./\\./g')
- exportfs -v | tr -d "\n" | sed -e 's/([^)]*)/\n/g' | grep -q \
+ exportfs -v | tr -d "\n" | sed -e 's/([^)]*)/\n/g' | grep -q \
"^${OCF_RESKEY_path}[\t ]*.*${OCF_RESKEY_target_regexp}"
rv=$?
;;
^ permalink raw reply [flat|nested] 9+ messages in thread* [Cluster-devel] cluster/rgmanager/src/resources nfsclient.sh
@ 2006-08-02 17:23 lhh
0 siblings, 0 replies; 9+ messages in thread
From: lhh @ 2006-08-02 17:23 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4
Changes by: lhh at sourceware.org 2006-08-02 17:23:27
Modified files:
rgmanager/src/resources: nfsclient.sh
Log message:
fix 200449 - status checks wrong
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/nfsclient.sh.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.3.2.8&r2=1.3.2.9
--- cluster/rgmanager/src/resources/nfsclient.sh 2006/06/16 19:57:52 1.3.2.8
+++ cluster/rgmanager/src/resources/nfsclient.sh 2006/08/02 17:23:27 1.3.2.9
@@ -336,9 +336,9 @@
# * Exports with RegExp metacharacters need to be escaped.
# These metacharacters are: * ? .
#
- export OCF_RESKEY_target_regexp=$(echo $OCF_RESKEY_target | \
+ export OCF_RESKEY_target_regexp=$(echo $OCF_RESKEY_target | \
sed -e 's/*/[*]/g' -e 's/?/[?]/g' -e 's/\./\\./g')
- exportfs -v | tr -d "\n" | sed -e 's/([^)]*)/\n/g' | grep -q \
+ exportfs -v | tr -d "\n" | sed -e 's/([^)]*)/\n/g' | grep -q \
"^${OCF_RESKEY_path}[\t ]*.*${OCF_RESKEY_target_regexp}"
rv=$?
;;
^ permalink raw reply [flat|nested] 9+ messages in thread* [Cluster-devel] cluster/rgmanager/src/resources nfsclient.sh
@ 2006-08-02 17:23 lhh
0 siblings, 0 replies; 9+ messages in thread
From: lhh @ 2006-08-02 17:23 UTC (permalink / raw)
To: cluster-devel.redhat.com
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4U4
Changes by: lhh at sourceware.org 2006-08-02 17:23:01
Modified files:
rgmanager/src/resources: nfsclient.sh
Log message:
fix 200449 - status checks wrong
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/rgmanager/src/resources/nfsclient.sh.diff?cvsroot=cluster&only_with_tag=RHEL4U4&r1=1.3.2.8&r2=1.3.2.8.2.1
--- cluster/rgmanager/src/resources/nfsclient.sh 2006/06/16 19:57:52 1.3.2.8
+++ cluster/rgmanager/src/resources/nfsclient.sh 2006/08/02 17:23:01 1.3.2.8.2.1
@@ -336,9 +336,9 @@
# * Exports with RegExp metacharacters need to be escaped.
# These metacharacters are: * ? .
#
- export OCF_RESKEY_target_regexp=$(echo $OCF_RESKEY_target | \
+ export OCF_RESKEY_target_regexp=$(echo $OCF_RESKEY_target | \
sed -e 's/*/[*]/g' -e 's/?/[?]/g' -e 's/\./\\./g')
- exportfs -v | tr -d "\n" | sed -e 's/([^)]*)/\n/g' | grep -q \
+ exportfs -v | tr -d "\n" | sed -e 's/([^)]*)/\n/g' | grep -q \
"^${OCF_RESKEY_path}[\t ]*.*${OCF_RESKEY_target_regexp}"
rv=$?
;;
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2008-01-28 19:42 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-21 20:54 [Cluster-devel] cluster/rgmanager/src/resources nfsclient.sh lhh
-- strict thread matches above, loose matches on Subject: below --
2008-01-28 19:42 lhh
2007-02-21 20:55 lhh
2007-02-21 20:54 lhh
2007-02-21 20:54 lhh
2006-08-02 17:24 lhh
2006-08-02 17:24 lhh
2006-08-02 17:23 lhh
2006-08-02 17:23 lhh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).