diff options
Diffstat (limited to '')
-rw-r--r-- | test/cibtests/003.input | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/cibtests/003.input b/test/cibtests/003.input new file mode 100644 index 0000000..171f1cd --- /dev/null +++ b/test/cibtests/003.input @@ -0,0 +1,11 @@ +configure +property stonith-enabled=false +primitive testfs ocf:heartbeat:Dummy \ + params fake=2 +clone testfs-clone testfs \ + meta ordered="true" interleave="true" +commit +up +resource stop testfs-clone +quit + |