By type
+ '[' -d /cfy-persist ']' ++ ls -A /cfy-persist + '[' -z 'etc opt var' ']' + for d in '$PDIRS' + '[' -d /var/lib ']' + mv /var/lib /var/lib-initial ++ dirname /var/lib + ln -sf /cfy-persist//var/lib /var + for d in '$PDIRS' + '[' -d /etc/cloudify ']' + mv /etc/cloudify /etc/cloudify-initial ++ dirname /etc/cloudify + ln -sf /cfy-persist//etc/cloudify /etc + for d in '$PDIRS' + '[' -d /opt/cfy ']' + mv /opt/cfy /opt/cfy-initial ++ dirname /opt/cfy + ln -sf /cfy-persist//opt/cfy /opt + for d in '$PDIRS' + '[' -d /opt/cloudify ']' + mv /opt/cloudify /opt/cloudify-initial ++ dirname /opt/cloudify + ln -sf /cfy-persist//opt/cloudify /opt + for d in '$PDIRS' + '[' -d /opt/cloudify-stage ']' + mv /opt/cloudify-stage /opt/cloudify-stage-initial ++ dirname /opt/cloudify-stage + ln -sf /cfy-persist//opt/cloudify-stage /opt + for d in '$PDIRS' + '[' -d /opt/manager ']' + mv /opt/manager /opt/manager-initial ++ dirname /opt/manager + ln -sf /cfy-persist//opt/manager /opt + for d in '$PDIRS' + '[' -d /opt/mgmtworker ']' + mv /opt/mgmtworker /opt/mgmtworker-initial ++ dirname /opt/mgmtworker + ln -sf /cfy-persist//opt/mgmtworker /opt + for d in '$PDIRS' + '[' -d /opt/restservice ']' + mv /opt/restservice /opt/restservice-initial ++ dirname /opt/restservice + ln -sf /cfy-persist//opt/restservice /opt + exec /sbin/init --log-target=journal + /scripts/init-cloudify.sh + /scripts/setup-secret.sh + '[' '!' -d /var/run/secrets/kubernetes.io/serviceaccount ']' + /scripts/load-plugins.sh + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh + echo 'Waiting for CM to come up' + sleep 15 Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. Waiting for CM to come up + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Did not get a status response This command is only available when using a manager. Please use the `cfy profiles use` command to connect to a Cloudify Manager. Waiting for CM to come up + echo 'Waiting for CM to come up' + sleep 15 + /scripts/cloudify-ready.sh Services: Got a status response All services running + shopt -s nullglob + [[ ! -f /opt/manager/plugins-loaded ]] + echo 'Plugins already loaded' Plugins already loaded + set +x Cloudify ready