Commit initial : réplication bidirectionnelle ZFS avec NFS HA
This commit is contained in:
commit
996b5c6c8e
4 changed files with 441 additions and 0 deletions
18
zfs-nfs-replica.timer
Normal file
18
zfs-nfs-replica.timer
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[Unit]
|
||||
Description=ZFS NFS HA Replication Timer
|
||||
Requires=zfs-nfs-replica.service
|
||||
|
||||
[Timer]
|
||||
# Démarrage initial : 5 minutes après le boot
|
||||
OnBootSec=5min
|
||||
|
||||
# Exécution périodique : toutes les 10 minutes
|
||||
OnUnitActiveSec=10min
|
||||
|
||||
# Précision du timer (par défaut 1 minute)
|
||||
AccuracySec=1min
|
||||
|
||||
Unit=zfs-nfs-replica.service
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue