Page MenuHomeSoftware Heritage

syncoid: Fix wrong timer frequency variable name
ClosedPublic

Authored by vsellier on Feb 24 2022, 11:27 AM.

Details

Summary

Related to T3889

Test Plan
  • backup01.azure:
diff origin/production/backup01.euwest.azure.internal.softwareheritage.org current/backup01.euwest.azure.internal.softwareheritage.org
*******************************************
  File[/etc/systemd/system/syncoid-dali-postgresql.service] =>
   parameters =>
     content =>
      @@ -4,5 +4,5 @@
       [Unit]
       Description=ZFS dataset synchronization of_
      -StartLimitIntervalSec=5min
      +StartLimitIntervalSec=1h
       StartLimitBurst=2
      _
*******************************************
  File[/etc/systemd/system/syncoid-dali-postgresql.timer] =>
   parameters =>
     content =>
      @@ -9,5 +9,5 @@
       [Timer]
       OnBootSec=1m
      -OnUnitActiveSec=5min
      +OnUnitActiveSec=1h
       RandomizedDelaySec=1min
       FixedRandomDelay=true
*******************************************
  File[/etc/systemd/system/syncoid-dali-postgresql_wal.service] =>
   parameters =>
     content =>
      @@ -4,5 +4,5 @@
       [Unit]
       Description=ZFS dataset synchronization of_
      -StartLimitIntervalSec=5min
      +StartLimitIntervalSec=1h
       StartLimitBurst=2
      _
*******************************************
  File[/etc/systemd/system/syncoid-dali-postgresql_wal.timer] =>
   parameters =>
     content =>
      @@ -9,5 +9,5 @@
       [Timer]
       OnBootSec=1m
      -OnUnitActiveSec=5min
      +OnUnitActiveSec=1h
       RandomizedDelaySec=1min
       FixedRandomDelay=true
*******************************************
  Systemd::Timer[syncoid-dali-postgresql.timer] =>
   parameters =>
     service_content =>
      @@ -4,5 +4,5 @@
       [Unit]
       Description=ZFS dataset synchronization of_
      -StartLimitIntervalSec=5min
      +StartLimitIntervalSec=1h
       StartLimitBurst=2
      _
     timer_content =>
      @@ -9,5 +9,5 @@
       [Timer]
       OnBootSec=1m
      -OnUnitActiveSec=5min
      +OnUnitActiveSec=1h
       RandomizedDelaySec=1min
       FixedRandomDelay=true
*******************************************
  Systemd::Timer[syncoid-dali-postgresql_wal.timer] =>
   parameters =>
     service_content =>
      @@ -4,5 +4,5 @@
       [Unit]
       Description=ZFS dataset synchronization of_
      -StartLimitIntervalSec=5min
      +StartLimitIntervalSec=1h
       StartLimitBurst=2
      _
     timer_content =>
      @@ -9,5 +9,5 @@
       [Timer]
       OnBootSec=1m
      -OnUnitActiveSec=5min
      +OnUnitActiveSec=1h
       RandomizedDelaySec=1min
       FixedRandomDelay=true
*******************************************
  Systemd::Unit_file[syncoid-dali-postgresql.service] =>
   parameters =>
     content =>
      @@ -4,5 +4,5 @@
       [Unit]
       Description=ZFS dataset synchronization of_
      -StartLimitIntervalSec=5min
      +StartLimitIntervalSec=1h
       StartLimitBurst=2
      _
*******************************************
  Systemd::Unit_file[syncoid-dali-postgresql.timer] =>
   parameters =>
     content =>
      @@ -9,5 +9,5 @@
       [Timer]
       OnBootSec=1m
      -OnUnitActiveSec=5min
      +OnUnitActiveSec=1h
       RandomizedDelaySec=1min
       FixedRandomDelay=true
*******************************************
  Systemd::Unit_file[syncoid-dali-postgresql_wal.service] =>
   parameters =>
     content =>
      @@ -4,5 +4,5 @@
       [Unit]
       Description=ZFS dataset synchronization of_
      -StartLimitIntervalSec=5min
      +StartLimitIntervalSec=1h
       StartLimitBurst=2
      _
*******************************************
  Systemd::Unit_file[syncoid-dali-postgresql_wal.timer] =>
   parameters =>
     content =>
      @@ -9,5 +9,5 @@
       [Timer]
       OnBootSec=1m
      -OnUnitActiveSec=5min
      +OnUnitActiveSec=1h
       RandomizedDelaySec=1min
       FixedRandomDelay=true
*******************************************
*** End octocatalog-diff on backup01.euwest.azure.internal.softwareheritage.org
  • db1:
*** Running octocatalog-diff on host db1.internal.staging.swh.network
I, [2022-02-24T11:26:28.894475 #4134565]  INFO -- : Catalogs compiled for db1.internal.staging.swh.network
I, [2022-02-24T11:26:29.259418 #4134565]  INFO -- : Diffs computed for db1.internal.staging.swh.network
I, [2022-02-24T11:26:29.259453 #4134565]  INFO -- : No differences
*** End octocatalog-diff on db1.internal.staging.swh.network

Diff Detail

Repository
rSPSITE puppet-swh-site
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.