File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -146,20 +146,3 @@ schedule = "1:02:00" # 1st day of month at 2:00 AM
146146schedule = "15:03:30" # 15th day of month at 3:30 AM
147147schedule = "28:01:00" # 28th day of month at 1:00 AM
148148```
149-
150- ## Import
151-
152- Snapshot policies can be imported using the policy ID:
153-
154- ``` shell
155- terraform import cloudstack_snapshot_policy.example 12345678-1234-1234-1234-123456789012
156- ```
157-
158- ## Notes
159-
160- * Snapshot policies will continue to execute regardless of the volume's state (attached/detached).
161- * Snapshots are incremental and space-efficient in most CloudStack configurations.
162- * You can have multiple snapshot policies for the same volume with different intervals.
163- * Consider storage costs when setting ` max_snaps ` values, especially for frequently changing volumes.
164- * The actual snapshot creation time may vary slightly from the scheduled time depending on system load.
165- * When a snapshot policy is deleted, existing snapshots created by that policy are not automatically deleted.
You can’t perform that action at this time.
0 commit comments