From 6b0bba6a9d8507a8b11997b6c0e5ea597f2a3eed Mon Sep 17 00:00:00 2001
From: c3y1huang Scenario: system backup with volume backup policy (if-not-present) should
-only create volume backup when there is no existing backup in
-the volume. Issue: https://github.com/longhorn/longhorn/issues/5011 Issue: https://github.com/longhorn/longhorn/issues/5011
+https://github.com/longhorn/longhorn/issues/6027 Given a volume is created. When system backup (system-backup-1) has no volume backup policy.
And system backup (system-backup-1) created.
@@ -161,7 +162,13 @@ Functions
Functions
(if-not-present).
And system backup (system-backup-2) created.
Then system backup is in state (Ready).
-And volume has backup count (1).
When system backup (system-backup-3) has volume backup policy +(if-not-present). +And write data to volume. +And system backup (system-backup-3) created. +Then system backup is in state (Ready). +And volume has backup count (2).