~ubuntu-branches/debian/sid/resource-agents/sid

« back to all changes in this revision

Viewing changes to heartbeat/iSCSILogicalUnit

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2011-06-21 13:45:36 UTC
  • Revision ID: james.westby@ubuntu.com-20110621134536-155vq8sf8p2p18wt
Tags: upstream-3.9.1
ImportĀ upstreamĀ versionĀ 3.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
                # specific LU. Thus, we need to loop here until tgtd
270
270
                # decides that the LU is no longer in use, or we get
271
271
                # timed out by the LRM.
272
 
                while ! ocf_run tgtadm --lld iscsi --op delete --mode logicalunit \
 
272
                while ! ocf_run -warn tgtadm --lld iscsi --op delete --mode logicalunit \
273
273
                    --tid ${TID} \
274
274
                    --lun=${OCF_RESKEY_lun}; do
275
275
                    sleep 1