Ticket #117 (closed defect: invalid)

Opened 23 months ago

Last modified 23 months ago

stop nfsmount fail with nfs4

Reported by: ffelix@inode64.com Owned by: roy
Priority: major Milestone:
Component: rc Version: 0.2
Keywords: Cc:

Description

when only have mounts with nfs4
stop service nfsmount always return 1, but the mount points are correctly umount

I use gentoo with nfs-utils 1.1.0-r1

posible solution is:
umount -a -t nfs
umount -a -t nfs4

Change History

comment:1 Changed 23 months ago by roy

Is an error displayed on the screen when stopping the service?

comment:2 Changed 23 months ago by ffelix@inode64.com

umount always return code 1 and service not stop but the mountpouint are unmounts

I used umount divided into 2 parts, one for nfs and another for nfs4 umount and then does not return any error code

comment:3 Changed 23 months ago by roy

  • Status changed from new to closed
  • Resolution set to invalid

Heh, nfsmount belongs to net-fs/nfs-utils and as such is not an OpenRC bug.

You should take this bug to  Gentoo

Note: See TracTickets for help on using tickets.