zfs sync: Add the staging objects dataset replication to db1
Depends on !490 (closed) Related to T3911
Test Plan
- db1:
diff origin/production/db1.internal.staging.swh.network current/db1.internal.staging.swh.network
*******************************************
+ File[/etc/systemd/system/syncoid-storage1-objects.service] =>
parameters =>
"content": "# Managed by puppet class profile::sanoid::syncoid_destination\n...
"ensure": "file",
"group": "root",
"mode": "0444",
"notify": "Class[Systemd::Systemctl::Daemon_reload]",
"owner": "root",
"show_diff": true
*******************************************
+ File[/etc/systemd/system/syncoid-storage1-objects.timer] =>
parameters =>
"content": "# Managed by puppet class profile::sanoid::syncoid_destination\n...
"ensure": "file",
"group": "root",
"mode": "0444",
"notify": [
"Class[Systemd::Systemctl::Daemon_reload]",
"Service[syncoid-storage1-objects.timer]"
],
"owner": "root",
"show_diff": true
*******************************************
+ Service[syncoid-storage1-objects.timer] =>
parameters =>
"enable": true,
"ensure": true,
"provider": "systemd"
*******************************************
+ Systemd::Timer[syncoid-storage1-objects.timer] =>
parameters =>
"active": true,
"enable": true,
"ensure": "present",
"group": "root",
"mode": "0444",
"owner": "root",
"path": "/etc/systemd/system",
"service_content": "# Managed by puppet class profile::sanoid::syncoid_desti...
"service_unit": "syncoid-storage1-objects.service",
"show_diff": true,
"timer_content": "# Managed by puppet class profile::sanoid::syncoid_destina...
*******************************************
+ Systemd::Unit_file[syncoid-storage1-objects.service] =>
parameters =>
"content": "# Managed by puppet class profile::sanoid::syncoid_destination\n...
"ensure": "present",
"group": "root",
"mode": "0444",
"owner": "root",
"path": "/etc/systemd/system",
"show_diff": true
*******************************************
+ Systemd::Unit_file[syncoid-storage1-objects.timer] =>
parameters =>
"active": true,
"content": "# Managed by puppet class profile::sanoid::syncoid_destination\n...
"enable": true,
"ensure": "present",
"group": "root",
"mode": "0444",
"owner": "root",
"path": "/etc/systemd/system",
"show_diff": true
*******************************************
*** End octocatalog-diff on db1.internal.staging.swh.network
Migrated from D7180 (view on Phabricator)