revert 0f98546add
All checks were successful
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline was successful

revert syncoid: fix output (#48)

Reviewed-on: #48
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-05-07 00:32:11 +02:00
parent c55594417e
commit 82d1f00b19

View file

@ -9,8 +9,6 @@ OnSuccess=syncoid_mail.service
Type=oneshot Type=oneshot
# check if dest-dataset is mounted (sed: entferne 1. Zeile; awk: zeige nur yes/no; grep: RC1 when != yes) # check if dest-dataset is mounted (sed: entferne 1. Zeile; awk: zeige nur yes/no; grep: RC1 when != yes)
{% for item in sanoid_syncoid_datasets_sync %} {% for item in sanoid_syncoid_datasets_sync %}
# print dataset
ExecStart=/bin/sh -c 'echo "{{ item.source_dataset }}"'
# check if target dataset is mounted # check if target dataset is mounted
ExecStart=/bin/sh -c '/usr/sbin/zfs get mounted {{ item.destination_mount_check }} | sed 1d | awk "{print $3}" | grep yes > /dev/null' ExecStart=/bin/sh -c '/usr/sbin/zfs get mounted {{ item.destination_mount_check }} | sed 1d | awk "{print $3}" | grep yes > /dev/null'
# check if source host is reachable # check if source host is reachable