Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 301703 Details for
Bug 441577
symlinks in cluster-managed mount points cause erroneous failures
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix for behavior
bz441577.patch (text/plain), 1.04 KB, created by
Lon Hohberger
on 2008-04-08 20:15:54 UTC
(
hide
)
Description:
Fix for behavior
Filename:
MIME Type:
Creator:
Lon Hohberger
Created:
2008-04-08 20:15:54 UTC
Size:
1.04 KB
patch
obsolete
>diff --git a/rgmanager/src/resources/clusterfs.sh b/rgmanager/src/resources/clusterfs.sh >index 791d3b0..40f327f 100755 >--- a/rgmanager/src/resources/clusterfs.sh >+++ b/rgmanager/src/resources/clusterfs.sh >@@ -413,7 +413,7 @@ isMounted () { > ocf_log err "isMounted: Could not match $1 with a real device" > return $FAIL > fi >- mp=$2 >+ mp=$(readlink -f $2) > > while read tmp_dev tmp_mp > do >diff --git a/rgmanager/src/resources/fs.sh b/rgmanager/src/resources/fs.sh >index 7808709..4f7ab2e 100755 >--- a/rgmanager/src/resources/fs.sh >+++ b/rgmanager/src/resources/fs.sh >@@ -529,7 +529,7 @@ isMounted () { > "fs (isMounted): Could not match $1 with a real device" > dev=$1 > fi >- mp=$2 >+ mp=$(readlink -f $2) > > while read tmp_dev tmp_mp > do >diff --git a/rgmanager/src/resources/netfs.sh b/rgmanager/src/resources/netfs.sh >index 81ce778..03f5a48 100755 >--- a/rgmanager/src/resources/netfs.sh >+++ b/rgmanager/src/resources/netfs.sh >@@ -335,7 +335,7 @@ isMounted () { > fi > > fullpath=$1 >- mp=$2 >+ mp=$(readlink -f $2) > > while read tmp_fullpath tmp_mp > do
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 441577
:
301702
| 301703 |
301885
|
301887