1. oneimage(1)
  2. oneimage(1) -- manages OpenNebula images
  3. oneimage(1)

NAME

oneimage

SYNOPSIS

oneimage command [args] [options]

OPTIONS

 -d, --datastore id|name   Selects the datastore
 --name name               Name of the new image
 --description description Description for the new Image
 --type type               Type of the new Image: OS, CDROM, DATABLOCK,
                           KERNEL, RAMDISK, CONTEXT
 --persistent              Tells if the image will be persistent
 --prefix prefix           Device prefix for the disk (eg. hd, sd, xvd or
                           vd)
 --target target           Device the disk will be attached to
 --path path               Path of the image file
 --driver driver           Driver to use image (raw, qcow2, tap:aio:...)
 --disk_type disk_type     Type of the image (BLOCK, CDROM, RBD or FILE)
 --source source           Source to be used. Useful for not file-based
                           images
 --size size               Size in MB. Used for DATABLOCK type or SOURCE
                           based images.
 --fstype fstype           Type of file system to be built. This can be any
                           value understood by mkfs unix command.
 --dry                     Just print the template
 -a, --append              Append new attributes to the current template
 -l, --list x,y,z          Selects columns to display with list command
 -d, --delay x             Sets the delay in seconds for top command
 -f, --filter x,y,z        Filter data. An array is specified with
                           column=value pairs.
 -x, --xml                 Show the resource in xml format
 -n, --numeric             Do not translate user and group IDs
 --describe                Describe list columns
 -v, --verbose             Verbose mode
 -h, --help                Show this message
 -V, --version             Show version and copyright information
 --user name               User name used to connect to OpenNebula
 --password password       Password to authenticate with OpenNebula
 --endpoint endpoint       URL of OpenNebula xmlrpc frontend

COMMANDS

ARGUMENT FORMATS

LICENSE

OpenNebula 4.4.0 Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

  1. November 2013
  2. oneimage(1)