You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by "Nicolas Lamirault (JIRA)" <ji...@apache.org> on 2013/02/25 13:12:14 UTC

[jira] [Created] (CLOUDSTACK-1385) cloud-sysvmadm: unknown option

Nicolas Lamirault created CLOUDSTACK-1385:
---------------------------------------------

             Summary: cloud-sysvmadm: unknown option
                 Key: CLOUDSTACK-1385
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1385
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
            Reporter: Nicolas Lamirault
             Fix For: 4.0.0


it seems there is no option 'c' 

while getopts 'sarhnd:m:u:p:t:l:' OPTION
do
  case $OPTION in
  s)    system=1
        ;;
  r)    router=1
        ;;
  n)    redundant=1
        ;;
  a)    all=1
        ;;
  d)    db="$OPTARG"
        ;;
  u)    user="$OPTARG"
        ;;
  p)    password="$OPTARG"
        ;;
  h)    help=1
        ;;
  m)    ms="$OPTARG"
        ;;
  t)    maxthreads="$OPTARG"
        ;;
  l)    LOGFILE="$OPTARG"
  esac
done




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira