https://bugzilla.novell.com/show_bug.cgi?id=379806 Summary: Add sm-notify options in /etc/init.d/nfs Product: openSUSE 10.3 Version: Final Platform: Other OS/Version: openSUSE 10.3 Status: NEW Severity: Normal Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: darinper@cognigencorp.com QAContact: qa@suse.de Found By: --- There are no facilities to set sm-notify in the /etc/init.d/nfs init script. Being able to set sm-notify options would be very useful when an nfs server reboots and comes back online, i.e. the clients will release the nfs locks. I propose creating an option for sm-notify called SM_NOTIFY_OPTIONS which can be set in /etc/sysconfig/nfs. Then when /etc/init.d/nfs is called these options are sent out. diff -c /etc/init.d/nfs.orig /etc/init.d/nfs *** /etc/init.d/nfs.orig Mon Apr 14 15:23:48 2008 --- /etc/init.d/nfs Mon Apr 14 15:38:18 2008 *************** *** 132,138 **** mount_usr # sm-notify echo -n " sm-notify" ! /usr/sbin/sm-notify # gssd if [ "$NEED_GSSD" = yes ]; then echo -n " gssd" --- 132,138 ---- mount_usr # sm-notify echo -n " sm-notify" ! /usr/sbin/sm-notify $SM_NOTIFY_OPTIONS # gssd if [ "$NEED_GSSD" = yes ]; then echo -n " gssd" Addition to /etc/sysconfig/nfs ## Path: Network/File systems/NFS server ## Description: Network Status Monitor options ## Type: string ## Default: "" ## ServiceRestart: nfs # # SM_NOTIFY_OPTIONS="" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.