Re: [virt-manager PATCH] Match default storage size values

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 02/06/2013 11:23 AM, Martin Kletzander wrote:
> When creating a new volume, there is either 8GB or 1000MB default.
> This patch simply changes the second default to match the first one.
> ---
>  src/virtManager/createvol.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/virtManager/createvol.py b/src/virtManager/createvol.py
> index 4f2e993..d86a213 100644
> --- a/src/virtManager/createvol.py
> +++ b/src/virtManager/createvol.py
> @@ -1,5 +1,5 @@
>  #
> -# Copyright (C) 2008 Red Hat, Inc.
> +# Copyright (C) 2008, 2013 Red Hat, Inc.
>  # Copyright (C) 2008 Cole Robinson <crobinso@xxxxxxxxxx>
>  #
>  # This program is free software; you can redistribute it and/or modify
> @@ -29,7 +29,7 @@ from virtManager.asyncjob import vmmAsyncJob
>  from virtinst import Storage
> 
>  DEFAULT_ALLOC = 0
> -DEFAULT_CAP   = 1000
> +DEFAULT_CAP   = 8192
> 
>  class vmmCreateVolume(vmmGObjectUI):
>      def __init__(self, conn, parent_pool):
> 

Thanks Martin, pushed now.

- Cole

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list


[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux