refactor(docs): Spell ZFS all uppercase (#1)
This commit is contained in:
parent
4069c33145
commit
8de0e25ab8
@ -320,7 +320,7 @@ function do_retention () {
|
|||||||
local snap_list snaps_done_by_us snaps_in_cur_sev snaps_limit oldest_snap snap_return_code
|
local snap_list snaps_done_by_us snaps_in_cur_sev snaps_limit oldest_snap snap_return_code
|
||||||
local -a destroyed_snaps failed_to_destroy_snaps
|
local -a destroyed_snaps failed_to_destroy_snaps
|
||||||
if [[ "${do_dry_run}" == 'true' ]]; then
|
if [[ "${do_dry_run}" == 'true' ]]; then
|
||||||
pprint 'info' 'Dry-run, skipping potential zfs destroy operations ...'
|
pprint 'info' 'Dry-run, skipping potential ZFS destroy operations ...'
|
||||||
else
|
else
|
||||||
for successfully_snapped_dataset in "${successfully_snapped_datasets[@]}"; do
|
for successfully_snapped_dataset in "${successfully_snapped_datasets[@]}"; do
|
||||||
snaps_in_cur_sev="$(get_snaps_in_cur_sev "${successfully_snapped_dataset}")"
|
snaps_in_cur_sev="$(get_snaps_in_cur_sev "${successfully_snapped_dataset}")"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user