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