~brightbox/ubuntu/raring/lvm2/fix-for-1076304

« back to all changes in this revision

Viewing changes to tools/lvcreate.c

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2010-06-04 11:47:51 UTC
  • mto: (1.3.1 upstream) (3.1.11 sid)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20100604114751-suf9sag0lbcpsc2s
ImportĀ upstreamĀ versionĀ 2.02.66

Show diffs side-by-side

added added

removed removed

Lines of Context:
394
394
                        return 0;
395
395
                }
396
396
 
 
397
                if (arg_count(cmd, mirrorlog_ARG)) {
 
398
                        log_error("--mirrorlog is only available with mirrors");
 
399
                        return 0;
 
400
                }
 
401
 
397
402
                if (arg_count(cmd, nosync_ARG)) {
398
403
                        log_error("--nosync is only available with mirrors");
399
404
                        return 0;