Home > Storage > PowerScale (Isilon) > Product Documentation > Data Protection > Dell PowerScale OneFS: Writable Snapshots > Overview
A common use case for writable snapshots is in disaster recovery testing. For DR purposes, an enterprise typically has two PowerScale clusters configured in a source/target SyncIQ replication relationship. Many organizations have a requirement to conduct periodic DR tests to verify the functionality of their processes and tools in the event of a business continuity interruption or disaster recovery event.
Given the writable snapshots compatibility with SyncIQ caveats described in the previous table, a writable snapshot of a production dataset replicated to a target DR cluster can be created as follows:
# isi sync policies create --name=ro-head sync --source-rootpath=/ifs/prod/head --target-host=10.224.127.5 --targetpath=/ifs/test/ro-head
# isi sync policies list
Name Path Action Enabled Target
---------------------------------------------------
ro-head /ifs/prod/head sync Yes 10.224.127.5
---------------------------------------------------
Total: 1
# isi sync jobs start ro-head --source-snapshot s14
# isi sync jobs list
Policy Name ID State Action Duration
-------------------------------------------
ro-head 1 running run 22s
-------------------------------------------
Total: 1
# isi sync jobs view ro-head
Policy Name: ro-head
ID: 1
State: running
Action: run
Duration: 47s
Start Time: 2021-06-22T20:30:53
Target:
# isi snapshot snapshots create /ifs/test/ro-head
# isi snapshot snapshots list
ID Name Path
-----------------------------------------------------------------
2 SIQ_HAL_ro-head_2021-07-22_20-23-initial /ifs/test/ro-head
3 SIQ_HAL_ro-head /ifs/test/ro-head
5 SIQ_HAL_ro-head_2021-07-22_20-25 /ifs/test/ro-head
8 SIQ-Failover-ro-head-2021-07-22_20-26-17 /ifs/test/ro-head
9 s106976 /ifs/test/ro-head
-----------------------------------------------------------------
# isi snapshot writable create s106976 /ifs/test/head
# isi snapshot writable list
Path Src Path Src Snapshot
----------------------------------------------------------------------
/ifs/test/head /ifs/test/ro-head s106976
----------------------------------------------------------------------
Total: 1
# du -sh /ifs/test/ro-head
21M /ifs/test/ro-head
# isi snapshot writable delete /ifs/test/head
Writable snapshots cannot be refreshed from a newer read-only source snapshot. A new writable snapshot would need to be created using the newer snapshot source in order to reflect and subsequent updates to the production dataset on the target cluster.
More information about OneFS SyncIQ replication configuration and management is available in the SyncIQ best practices guide.