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 621690 Details for
Bug 855699
nfs not properly stopped on shutdown/reboot leading to unclean iscsi-hosted filesystems
[?]
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]
Patch to match NFS subsys name to init script
nfs-clean-shutdown.patch (text/plain), 1.69 KB, created by
Mark
on 2012-10-04 14:47:00 UTC
(
hide
)
Description:
Patch to match NFS subsys name to init script
Filename:
MIME Type:
Creator:
Mark
Created:
2012-10-04 14:47:00 UTC
Size:
1.69 KB
patch
obsolete
>--- nfs.orig 2012-10-04 14:41:20.252712821 +0100 >+++ nfs 2012-10-04 14:41:40.657475801 +0100 >@@ -125,7 +125,7 @@ case "$1" in > RETVAL=$? > echo > touch /var/lock/subsys/rpc.mountd >- touch /var/lock/subsys/nfsd >+ touch /var/lock/subsys/nfs > > # Let rpc.idmapd know that rpc.mountd just started > [ -x /usr/sbin/rpc.idmapd ] && /sbin/service rpcidmapd condrestart >@@ -177,7 +177,7 @@ case "$1" in > [ $RETVAL -eq 0 ] && RETVAL=$rval > fi > [ -x /usr/sbin/rpc.svcgssd ] && /sbin/service rpcsvcgssd stop >- rm -f /var/lock/subsys/nfsd >+ rm -f /var/lock/subsys/nfs > rm -f /var/lock/subsys/rpc.mountd > rm -f /var/lock/subsys/rpc.rquotad > ;; >@@ -200,10 +200,10 @@ case "$1" in > ;; > reload | force-reload) > /usr/sbin/exportfs -r >- [ -f /var/lock/subsys/nfsd ] && touch /var/lock/subsys/nfsd >+ [ -f /var/lock/subsys/nfs ] && touch /var/lock/subsys/nfs > ;; > probe) >- if [ ! -f /var/lock/subsys/nfsd ] ; then >+ if [ ! -f /var/lock/subsys/nfs ] ; then > echo $"start"; exit 0 > fi > /sbin/pidof rpc.mountd >/dev/null 2>&1; MOUNTD="$?" >@@ -211,13 +211,13 @@ case "$1" in > if [ $MOUNTD = 1 -o $NFSD = 1 ] ; then > echo $"restart"; exit 0 > fi >- if [ /etc/exports -nt /var/lock/subsys/nfsd ] ; then >+ if [ /etc/exports -nt /var/lock/subsys/nfs ] ; then > echo $"reload"; exit 0 > fi > ;; > condrestart | try-restart) > [ -x /usr/sbin/rpc.svcgssd ] && /sbin/service rpcsvcgssd condrestart >- [ -f /var/lock/subsys/nfsd ] && { >+ [ -f /var/lock/subsys/nfs ] && { > $0 stop > $0 start > RETVAL=$? >@@ -225,7 +225,7 @@ case "$1" in > ;; > condstop) > [ -x /usr/sbin/rpc.svcgssd ] && /sbin/service rpcsvcgssd condstop >- [ -f /var/lock/subsys/nfsd ] && { >+ [ -f /var/lock/subsys/nfs ] && { > $0 stop > RETVAL=$? > }
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 855699
: 621690