<isol>

!!!Listing~~8: Klonen der Shared-Storage-Ressource

node1# crm configure <<EOF
primitive pri_vm_os_lun ocf:heartbeat:iscsi \
	params target="iqn.2011-06.de.b1-systems:storage.target0" portal="storage" \
	op start interval="0" timeout="120" \
	op stop interval="0" timeout="120" \
	op monitor interval="20" timeout="30"
clone clo_vm_os_lun pri_vm_os_lun
EOF
