2009-06-08 10:53:42

by Harald Dunkel

[permalink] [raw]
Subject: how to stop kernel nfsd?

Hi folks,

Which signal would be correct to gracefully kill the kernel nfs daemons?


Debian's runlevel script (just for example) tries SIGINT, but this
doesn't work, as it seems.


Regards

Harri



2009-06-10 02:13:38

by Christian Kujau

[permalink] [raw]
Subject: Re: how to stop kernel nfsd?

On Mon, 8 Jun 2009, [email protected] wrote:
> Which signal would be correct to gracefully kill the kernel nfs daemons?

What are you trying to achieve? "killing", "terminating" or "graceful
reloading", as in "re-exporting the shares", which can be done with
exportfs(8).

> Debian's runlevel script (just for example) tries SIGINT, but this
> doesn't work, as it seems.

Which version of Debian? 5.0 over here just terminates the processes to
stop nfs-kernel-server.

Christian.
--
BOFH excuse #438:

sticky bit has come loose

2009-06-10 16:42:43

by Harald Dunkel

[permalink] [raw]
Subject: Re: how to stop kernel nfsd?

Christian Kujau wrote:
> On Mon, 8 Jun 2009, [email protected] wrote:
>> Which signal would be correct to gracefully kill the kernel nfs daemons?
>
> What are you trying to achieve? "killing", "terminating" or "graceful
> reloading", as in "re-exporting the shares", which can be done with
> exportfs(8).
>

Its a HA setup. Heartbeat is supposed to terminate the nfs service, umount
the local filesystem, set the drbd resources to "secondary", and release
the shared IP address (in this sequence).

To terminate the nfs service Lenny's /etc/init.d/nfs-kernel-server tries

kill -INT <pid>

for all nfs daemons. Even though nfs is not active the nfs daemons don't
go away and keep the local mount point busy. If I patch the nfs runlevel
script to use SIGQUIT or SIGHUP instead, then the nfs daemons terminate.

Lenny's kernel is 2.6.26 plus patches.

Surely I am not asking for support for Lenny's kernel. But it would be
interesting to know what the kernel nfs daemons are supposed to do when
they receive a signal. AFAICS this is not documented.


Regards

Harri



Attachments:
signature.asc (260.00 B)
OpenPGP digital signature

2009-06-10 19:25:18

by Christian Kujau

[permalink] [raw]
Subject: Re: how to stop kernel nfsd?

On Wed, 10 Jun 2009, Harald Dunkel wrote:
> To terminate the nfs service Lenny's /etc/init.d/nfs-kernel-server tries
> kill -INT <pid>

Mine does: start-stop-daemon --stop --name nfsd
...thus sending signal 15 (terminate) to the nfsd processes. Not sure what
INT does to nfsd.

> Surely I am not asking for support for Lenny's kernel. But it would be
> interesting to know what the kernel nfs daemons are supposed to do when
> they receive a signal. AFAICS this is not documented.

It's called nfs-kernel-server because it communicates with the kernel NFS
moduels, but it's a userspace issue nonetheless, methinks:

https://lists.sourceforge.net/lists/listinfo/nfs

(I justed tested it: kill -INT ends the nfsd processes, but I'm not sure
if graceful or not...)

HTH,
Christian.
--
BOFH excuse #245:

The Borg tried to assimilate your system. Resistance is futile.