Anatoly Litovsky has uploaded a new change for review. Change subject: persisting the ssh fingerprint keys ......................................................................
persisting the ssh fingerprint keys Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1248372 Change-Id: I8b7e2b1a775f2c59fc7b40a8078a3c6eadf84855 Signed-off-by: Tolik Litovsky <[email protected]> --- M scripts/ovirt-init-functions.sh.in 1 file changed, 3 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/84/44184/1 diff --git a/scripts/ovirt-init-functions.sh.in b/scripts/ovirt-init-functions.sh.in index 1ae22c7..8d1b50e 100644 --- a/scripts/ovirt-init-functions.sh.in +++ b/scripts/ovirt-init-functions.sh.in @@ -1524,6 +1524,8 @@ done fi + ovirt_store_config $(ls /etc/ssh_host*_key*) + # FIXME is this still needed? if is_standalone; then return 0 @@ -1531,8 +1533,7 @@ # persist selected configuration files ovirt_store_config \ - /etc/node.d \ - /etc/ssh/ssh_host*_key* + /etc/node.d . /usr/libexec/ovirt-functions -- To view, visit https://gerrit.ovirt.org/44184 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8b7e2b1a775f2c59fc7b40a8078a3c6eadf84855 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Anatoly Litovsky <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
