fix: restore tree dropped by 6d224861; land stem95su gdrive-sync (10m) [ci skip]
6d224861 came from a --no-checkout worktree whose empty index made the
commit drop every file except two. This restores 05b50d2b's full tree and
correctly adds stacks/stem95su/gdrive-sync.tf + the service-catalog stem95su
entry. Forward-only (parent=6d224861, no force-push); [ci skip] since the
live infra was never applied from the broken commit.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
6d224861c4
commit
fd0f4a0365
1166 changed files with 358546 additions and 0 deletions
18
scripts/apply-mbps-caps.timer
Normal file
18
scripts/apply-mbps-caps.timer
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[Unit]
|
||||
Description=Re-apply per-VM I/O caps periodically + after PVE boot
|
||||
|
||||
[Timer]
|
||||
# After every PVE host reboot — caps survive in /etc/pve/qemu-server/<vmid>.conf
|
||||
# normally, but a config restore from backup can drop them (see 2026-05-26
|
||||
# incident where we restored 202.conf + 203.conf from /mnt/backup/pve-config/).
|
||||
OnBootSec=5min
|
||||
|
||||
# Hourly during normal operation — catches manual `qm set` drift or fresh
|
||||
# VM clones that haven't had caps applied yet.
|
||||
OnCalendar=hourly
|
||||
|
||||
Persistent=true
|
||||
RandomizedDelaySec=2min
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue