Displaying 17 results from an estimated 17 matches for "51g".
Did you mean:
51
2016 Jun 15
2
virt-sparsify changing the apparent-size of files
...m testing
are different.
In the following example input.qcow2 is before sparsify and output.qcow2
is after.
Doing ls reports full size for input but a small size for
the output:
root@testingbox:/tmp/test # ls -lh
total 3.1G
-rw-r--r-- 1 root root 512M Jun 14 22:30 file.img
-rw-r--r-- 1 root root 51G Jun 14 22:30 input.qcow2
-rw-r--r-- 1 root root 790M Jun 14 22:36 output.qcow2
Same when asking du for apparent-size:
root@testingbox:/tmp/test # du -h --apparent-size *
512M file.img
51G input.qcow2
790M output.qcow2
A normal du will show the actual size of the files:
root@testingbox:/...
2016 Jun 15
2
virt-sparsify changing the apparent-size of files
...m testing
are different.
In the following example input.qcow2 is before sparsify and output.qcow2
is after.
Doing ls reports full size for input but a small size for
the output:
root@testingbox:/tmp/test # ls -lh
total 3.1G
-rw-r--r-- 1 root root 512M Jun 14 22:30 file.img
-rw-r--r-- 1 root root 51G Jun 14 22:30 input.qcow2
-rw-r--r-- 1 root root 790M Jun 14 22:36 output.qcow2
Same when asking du for apparent-size:
root@testingbox:/tmp/test # du -h --apparent-size *
512M file.img
51G input.qcow2
790M output.qcow2
A normal du will show the actual size of the files:
root@testingbox:/...
2024 Nov 11
0
Disk size and virtual size drive me crazy!
Hi there.
I can't understand why I am having this different values:
proxmox01:/vms/images# df
Sist. Arq. Tam. Usado Disp. Uso% Montado em
udev 252G 0 252G 0% /dev
tmpfs 51G 9,4M 51G 1% /run
/dev/sda4 433G 20G 413G 5% /
tmpfs 252G 63M 252G 1% /dev/shm
tmpfs 5,0M 0 5,0M 0% /run/lock
efivarfs 496K 335K 157K 69% /sys/firmware/efi/efivars
/dev/sda2 1,8G 204M 1,5G 12% /boot
/dev/sda1 1,9G 12M 1,9G...
2016 Jun 22
3
Re: [libvirt-users] virt-sparsify changing the apparent-size of files
...> I studied the man page for virt-sparsify and tried again with
> the flag "--format raw" (output2.cow2). This output files looks as I
> first expected.
>
> # ls -lrh
> total 4.7G
> -rw-r--r-- 1 root root 790M Jun 14 22:36 output.qcow2
> -rw-r--r-- 1 root root 51G Jun 21 18:34 output2.qcow2
> -rw-r--r-- 1 root root 51G Jun 14 22:30 input.qcow2
> -rw-r--r-- 1 root root 512M Jun 14 22:30 file.img
> # du -sh *
> 0 file.img
> 2.4G input.qcow2
> 1.6G output2.qcow2
> 790M output.qcow2
>
> So I guess it was detecting the s...
2016 Jun 17
1
Re: virt-sparsify changing the apparent-size of files
...ng example input.qcow2 is before sparsify and output.qcow2
> is after.
>
> Doing ls reports full size for input but a small size for
> the output:
> root@testingbox:/tmp/test # ls -lh
> total 3.1G
> -rw-r--r-- 1 root root 512M Jun 14 22:30 file.img
> -rw-r--r-- 1 root root 51G Jun 14 22:30 input.qcow2
> -rw-r--r-- 1 root root 790M Jun 14 22:36 output.qcow2
What is file.img?
> Same when asking du for apparent-size:
> root@testingbox:/tmp/test # du -h --apparent-size *
> 512M file.img
> 51G input.qcow2
> 790M output.qcow2
'du --apparent-s...
2016 Jun 17
1
Re: [libvirt-users] virt-sparsify changing the apparent-size of files
...ng example input.qcow2 is before sparsify and output.qcow2
> is after.
>
> Doing ls reports full size for input but a small size for
> the output:
> root@testingbox:/tmp/test # ls -lh
> total 3.1G
> -rw-r--r-- 1 root root 512M Jun 14 22:30 file.img
> -rw-r--r-- 1 root root 51G Jun 14 22:30 input.qcow2
> -rw-r--r-- 1 root root 790M Jun 14 22:36 output.qcow2
What is file.img?
> Same when asking du for apparent-size:
> root@testingbox:/tmp/test # du -h --apparent-size *
> 512M file.img
> 51G input.qcow2
> 790M output.qcow2
'du --apparent-s...
2016 Jun 22
0
Re: [libvirt-users] virt-sparsify changing the apparent-size of files
...s converting the image
from raw to cow2?
I studied the man page for virt-sparsify and tried again with
the flag "--format raw" (output2.cow2). This output files looks as I
first expected.
# ls -lrh
total 4.7G
-rw-r--r-- 1 root root 790M Jun 14 22:36 output.qcow2
-rw-r--r-- 1 root root 51G Jun 21 18:34 output2.qcow2
-rw-r--r-- 1 root root 51G Jun 14 22:30 input.qcow2
-rw-r--r-- 1 root root 512M Jun 14 22:30 file.img
# du -sh *
0 file.img
2.4G input.qcow2
1.6G output2.qcow2
790M output.qcow2
So I guess it was detecting the source wrong and doing a conversion?
(As it s...
2016 Jun 22
0
Re: [libvirt-users] virt-sparsify changing the apparent-size of files
...re lines here and it turns interactive. Suffice it to
say I did a basic minimal install following the prompts. Nothing
special here.
This created an image that is 2.5G with a 50G apparent size and
identifies as qcow2 as shown below.
# ls -slh testimage.qcow2
2.5G -rw-r--r-- 1 root root 51G Jun 22 20:22 testimage.qcow2
# qemu-img info testimage.qcow2
image: testimage.qcow2
file format: qcow2
virtual size: 50G (53687091200 bytes)
disk size: 2.4G
cluster_size: 65536
Format specific information:
compat: 1.1
lazy refcounts: true
Now we sparsif...
2016 Jun 23
1
Re: [libvirt-users] virt-sparsify changing the apparent-size of files
On Thu, Jun 23, 2016 at 10:57:43AM -0500, libvirt_users@skagitattic.com wrote:
> Thanks for all the information, I think my last remaining question is
> why the image created with virt-install shows the full apparent size
> and the image from virt-sparsify does not? (The image testimage1.qcow2
> created with default options).
I don't really know what you mean by "full
2016 Jun 23
2
Re: [libvirt-users] virt-sparsify changing the apparent-size of files
...Suffice it to
> say I did a basic minimal install following the prompts. Nothing
> special here.
>
> This created an image that is 2.5G with a 50G apparent size and
> identifies as qcow2 as shown below.
>
> # ls -slh testimage.qcow2
> 2.5G -rw-r--r-- 1 root root 51G Jun 22 20:22 testimage.qcow2
>
> # qemu-img info testimage.qcow2
> image: testimage.qcow2
> file format: qcow2
> virtual size: 50G (53687091200 bytes)
> disk size: 2.4G
> cluster_size: 65536
> Format specific information:
> compat: 1.1...
2012 Aug 19
5
fail to mount after first reboot
...2] btrfs: disk space caching is enabled
Can anyone comment on this?
Also, df is reporting double the actual RAID1 volume size, and double
the amount of data stored in this filesystem:
# df -lh .
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg00-btrfsvol0_0 1.9T 51G 1.8T 3% /mnt/btrfs0
I would expect to see Size=1T, Used=25G
# strace -v -e trace=statfs df -lh /mnt/btrfs0
statfs("/mnt/btrfs0", {f_type=0x9123683e, f_bsize=4096,
f_blocks=488374272, f_bfree=475264720, f_bavail=474749786, f_files=0,
f_ffree=0, f_fsid={2083217090, -1714407264}, f_name...
2016 Jun 23
0
Re: [libvirt-users] virt-sparsify changing the apparent-size of files
...ic minimal install following the prompts. Nothing
> > special here.
> >
> > This created an image that is 2.5G with a 50G apparent size and
> > identifies as qcow2 as shown below.
> >
> > # ls -slh testimage.qcow2
> > 2.5G -rw-r--r-- 1 root root 51G Jun 22 20:22 testimage.qcow2
> >
> > # qemu-img info testimage.qcow2
> > image: testimage.qcow2
> > file format: qcow2
> > virtual size: 50G (53687091200 bytes)
> > disk size: 2.4G
> > cluster_size: 65536
> > Format specif...
2018 May 22
1
Re: Create qcow2 v3 volumes via libvirt
...is in production again.
The VM itself reports ample space available:
$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 3.9G 0 3.9G 0% /dev
tmpfs 789M 8.8M 780M 2% /run
/dev/mapper/RT--vg-root 51G 21G 28G 42% /
tmpfs 3.9G 0 3.9G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/vda1 472M 155M 293M 35% /boot
192.168.0.16:/volume...
2009 Aug 16
9
increase size for dom guest using lvm online
could we increase the size for dom guest online without rebooting or unmounting?
pls kindly advise any methods.
Yahoo!香港提供網上安全攻略,教你如何防範黑客! 請前往 http://hk.promo.yahoo.com/security/ 了解更多!
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2018 Feb 19
5
CentOS 7 1708 won't boot after grub2 update
Hi all,
This is the third fresh install of CentOS 7 1708 the last two months that
won't boot after a regular "yum update" just after the fresh install has
finished.
I've never had this problem before, it has just worked.
The installs are on OEM's that have previously run CentOS 6.9 x64.
Am I missing something here?
--
BW,
Sorin
2018 May 01
4
Re: Create qcow2 v3 volumes via libvirt
I have been using internal snapshots on production qcow2 images for a
couple of years, admittedly as infrequently as possible with one
exception and that exception has had multiple snapshots taken and
removed using virt-manager's GUI.
I was unaware of this:
> There are some technical downsides to
> internal snapshots IIUC, such as inability to free the space used by the
> internal
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...at W{#4#z;YgJO?Y3faq2di-_ at SxEicD&O6 at m;sMX<&YN3VbxZRmMQ6D3#(
zan at a)DCgS(wY-br9NNb4XK_4Sxxy5DsQSMP8O2UB at p^HzA0$Q&P06<`f`sL4UwG>@
zneAmhU^Ghwn_dv&{m11o)UFDU!Lh%>)M+S8oqk09m<|1Siw3n%nML1orD+PM&-I2&
zj)(Lwbjh)&;F9COH{lYRUl?6uy-ItjF8n}c`cfTyL-R%Ve!@4$51g<wI?E3`O7(8L
zxDLKwiS6>l-fM`RY>3VBkK3=fNNAd-;Q}wRf5+IA(!bmH;`;7>Xy2!6 at QxsD0BN}D
zUP0e~2luevQG~~Y85&+$45l5}JG8-iSa0pl##*%jHE>IMU8b{fS-{cSjl699VIAV~
z-CQ9|>mjAC6_T8#DAyJi-DD-$OPHw{7mXibJlo3f|MpH`dLNW9voyHgxY^n}ZwA6!
z?CCcH(YFHOO-lN$Ky*hS{F0L15s2;#gg>*VcLt(w1j6f-^c#Wb>w)k...