Bug 16344

Summary: shutdown reports NFS lockd [FAILED]
Product: [Retired] Red Hat Linux Reporter: Andreas Wacknitz <a.wacknitz>
Component: nfs-utilsAssignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-08-16 13:59:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Andreas Wacknitz 2000-08-16 13:59:03 UTC
During shutdown terminating NFS lockd returns a failure.
(NFS is configured and working)

Comment 1 Preston Brown 2000-08-16 17:38:59 UTC
dupe...

*** This bug has been marked as a duplicate of 14847 ***

Comment 2 openshift-github-bot 2017-10-12 18:54:54 UTC
Commit pushed to master at https://github.com/openshift/origin

https://github.com/openshift/origin/commit/9632e0eb5dc8c8ce7a04ee421149b7fc32b083e1
extended: fixed registry tests

The extended test suite now secures the registry. This patch allows for
secure connection to the registry.

Mark few registry tests as serial. Prevent them from being run parallel
with some other registry tests.

Write registry log to file on re-deployment. The registry log is
essential for externded test debugging. Without writing it to a file,
this information will be lost.

Skip image signature workflow test until we figure out, how to make
`oadm verify-image-signature` work with secured integrated Docker
registry. Issue #16344.

Temporarily skip limitrange_admission test. The image size counting is
still broken for schema 1 - the layer sizes need to be filled on registry
side. Will be fixed by #16776.

Signed-off-by: Michal Minář <miminar>