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 or DATABLOCK
 --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 or FILE)
 --source source           Source to be used. Useful for not file-based images
 --size size               Size in MB. Used for DATABLOCK type
 --fstype fstype           Type of file system to be built. This can be any value understood by mkfs unix command.
 -l, --list x,y,z          Selects columns to display with list command
 -d, --delay x             Sets the delay in seconds for top command
 -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

COMMANDS

ARGUMENT FORMATS

LICENSE

OpenNebula 3.8.5 Copyright 2002-2013, OpenNebula Project Leads (OpenNebula.org)

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. October 2013
  2. oneimage(1)