virt-manager/virtinst
Pavel Hrdina b1c0a1c2d9 virtinst/cli: set default value for disk sparse to "yes"
Commit 41a84bae9 reworked CLI parsing, but lost the default value disk
sparse option.  Man page also states that the default value is "yes".

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1392990

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
2017-01-17 12:54:12 +01:00
..
__init__.py pylint: Fix some issues with F25 version 2016-12-13 12:36:49 -05:00
capabilities.py virtinst.capabilities: return recommended machine for XEN 2016-06-16 12:16:49 +02:00
cli.py virtinst/cli: set default value for disk sparse to "yes" 2017-01-17 12:54:12 +01:00
clock.py xmlbuilder: Make _add_child and _remove_child public 2015-09-04 15:47:43 -04:00
cloner.py localization: mark several strings as translatable 2016-02-06 16:25:08 +01:00
connection.py pylint: Fix some issues with F25 version 2016-12-13 12:36:49 -05:00
cpu.py cli: Support --cpu cellX.id (and cpus, and memory) 2016-06-14 19:07:55 -04:00
device.py cli: Add device address.type/address.bus/... options 2016-06-11 16:10:31 -04:00
deviceaudio.py addhardware: Don't list device 'default' options 2015-05-19 18:29:45 -04:00
devicechar.py devicechar: Support source_master and source_slave 2016-08-24 16:37:36 -04:00
devicecontroller.py Mark more UI strings as translatable 2015-09-23 16:39:48 -04:00
devicedisk.py cli: Add --disk backing_format= option 2016-06-16 20:09:37 -04:00
devicefilesystem.py devicefilesystem: Default to accessmode=mapped for qemu 2015-09-20 20:33:46 -04:00
devicegraphics.py virtinst: graphics: Add listen=none support 2016-06-11 16:48:34 -04:00
devicehostdev.py localization: mark several strings as translatable 2016-02-06 16:25:08 +01:00
deviceinput.py cli: Have '--input tablet' default to bus=usb (bz 1232087) 2015-11-21 20:26:50 -05:00
deviceinterface.py virt-install: introduce vhostuser interface 2016-09-02 18:58:47 -04:00
devicememballoon.py addhardware: Don't list device 'default' options 2015-05-19 18:29:45 -04:00
devicepanic.py Drop non-ascii text from files 2015-03-23 15:56:55 -04:00
deviceredirdev.py addhardware: Don't list device 'default' options 2015-05-19 18:29:45 -04:00
devicerng.py localization: mark several strings as translatable 2016-02-06 16:25:08 +01:00
devicesmartcard.py Drop non-ascii text from files 2015-03-23 15:56:55 -04:00
devicetpm.py Drop non-ascii text from files 2015-03-23 15:56:55 -04:00
devicevideo.py virtinst: add virtio device model and accel3d attribute 2016-03-09 20:25:37 -05:00
devicewatchdog.py Add a watchdog model diag288, listed in the watchdog model list. 2015-11-10 16:14:17 -05:00
diskbackend.py util: privatize stat_disk() 2016-08-24 15:56:13 -04:00
distroinstaller.py virtinst: break out kernel/initrd vol upload to its own file 2016-06-17 07:52:42 -04:00
domainblkiotune.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
domainfeatures.py virtinst: prepare XML parsers to handle GIC for ARM 2016-06-11 18:41:24 +02:00
domainmemorybacking.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
domainmemorytune.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
domainnumatune.py domainnumatune: Remove generate_cpuset helper 2015-11-18 15:08:24 -05:00
domainresource.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
domcapabilities.py virtinst: prepare XML parsers to handle GIC for ARM 2016-06-11 18:41:24 +02:00
guest.py virtinst: error out if spice+gl is not supported 2016-11-14 09:55:43 +01:00
hostkeymap.py mass update: remove double spaces from comments 2013-10-28 17:22:31 +01:00
idmap.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
initrdinject.py virtinst: Move initrdinject handling to its own file 2016-06-17 07:52:42 -04:00
installer.py virt-install: concatenate all extra-args argument 2016-03-18 03:28:17 +01:00
interface.py Fix recent pylint/pep8 output 2016-04-18 16:42:12 -04:00
kernelupload.py virtinst: break out kernel/initrd vol upload to its own file 2016-06-17 07:52:42 -04:00
network.py localization: mark several strings as translatable 2016-02-06 16:25:08 +01:00
nodedev.py tests: Enable property checking for all objects 2015-04-22 16:26:03 -04:00
osdict.py osdict: Don't return virtio1.0-net as a valid device name (bug 1399083) 2016-12-13 12:58:14 -05:00
osxml.py virtinst: Add classes for defining SMBios information 2016-09-08 11:36:59 -04:00
pm.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
pollhelpers.py virt-manager: Add hidden options --test-old-poll and --test-no-events 2015-09-17 15:18:22 -04:00
progress.py Copy urlgrabber progress bar code into virt-manager.git 2015-09-18 20:55:44 -04:00
seclabel.py localization: mark several strings as translatable 2016-02-06 16:25:08 +01:00
snapshot.py virtinst: Switch to relative imports, fix cyclic import warnings 2014-09-12 16:28:38 -04:00
storage.py util: Move xml_indent to XMLBuilder 2016-08-24 15:56:13 -04:00
support.py virtinst: fix bad version check regression from 55327c81b7 2016-11-14 09:03:30 +01:00
sysinfo.py virtinst: Add classes for defining SMBios information 2016-09-08 11:36:59 -04:00
uri.py guest: Use newer named CreateXML API 2016-06-17 08:58:28 -04:00
urlfetcher.py urlfetcher: Fix incorrect comment 2016-12-13 14:37:16 -05:00
util.py util: Move default_* network bits to deviceinterface 2016-08-24 16:14:33 -04:00
xmlbuilder.py util: Move xml_indent to XMLBuilder 2016-08-24 15:56:13 -04:00