various fixes and updates
[distro-setup] / check-subvol-stale
index 07926ef49e3af16535a2d62c915f37cd88552426..d514bafa8ed22d047f751cb28a972f3724d0ea16 100644 (file)
@@ -106,6 +106,7 @@ for d; do
   snaps=($root_dir/btrbk/$subvol_dir.20*) # Assumes we are in the 21st century.
   if [[ ! ${snaps[*]} ]]; then
     # no snapshots yet
+    # TODO: make this an error and override with a cli flag
     echo "$0: warning: no snapshots found at $root_dir/btrbk/$subvol_dir.20*. this is expected for a brand new volume"
     continue
   fi