[node-patches] Change in ovirt-node[master]: nfs: nfsidmap -c is not fatal

fabiand at fedoraproject.org fabiand at fedoraproject.org
Tue Oct 22 19:47:00 UTC 2013


Fabian Deutsch has uploaded a new change for review.

Change subject: nfs: nfsidmap -c is not fatal
......................................................................

nfs: nfsidmap -c is not fatal

Change-Id: I76bfb4d8f65090666fb02a1d9e8351737cce5a80
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirt/node/config/defaults.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/11/20411/1

diff --git a/src/ovirt/node/config/defaults.py b/src/ovirt/node/config/defaults.py
index 26afabe..befacfd 100644
--- a/src/ovirt/node/config/defaults.py
+++ b/src/ovirt/node/config/defaults.py
@@ -1358,7 +1358,7 @@
 
                 fs.Config().persist(nfsv4.configfilename)
                 system.service("rpcidmapd", "restart")
-                process.check_call(["nfsidmap", "-c"])
+                process.call(["nfsidmap", "-c"])
 
         tx = utils.Transaction("Configuring NFSv4")
         tx.append(ConfigureNfsv4())


-- 
To view, visit http://gerrit.ovirt.org/20411
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I76bfb4d8f65090666fb02a1d9e8351737cce5a80
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>



More information about the node-patches mailing list