Fabian Deutsch has uploaded a new change for review. Change subject: rpcbind: Make /var/cache/rpcbind writeable ......................................................................
rpcbind: Make /var/cache/rpcbind writeable Previously rpcbind raised notices about an non writebale /var/cache/rpcbind dir. This patch makes this dir writeable. rhbz#949574 Change-Id: Id7e8dff8558ba92430c67b01bcbb61e2538ecfe5 Signed-off-by: Fabian Deutsch <[email protected]> --- M recipe/common-post.ks 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/08/20208/1 diff --git a/recipe/common-post.ks b/recipe/common-post.ks index edc5628..26702b5 100644 --- a/recipe/common-post.ks +++ b/recipe/common-post.ks @@ -105,6 +105,7 @@ files /var/cache/yum files /usr/share/snmp/mibs files /var/lib/lldpad +dirs /var/cache/rpcbind EOF_rwtab_ovirt # fix iSCSI/LVM startup issue -- To view, visit http://gerrit.ovirt.org/20208 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id7e8dff8558ba92430c67b01bcbb61e2538ecfe5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
