Re: [ovirt-users] virtual machine actual size is not right

2018-04-03 Thread Pavol Brilla
Hi just small note why size of disk differs between ovirt and system: 30G in ovirt = 30*1024*1024*1024 bytes = 32212254720 bytes = 32.2GB which you see in parted output I dont know that much about storage to help with it and I can only cite from oVirt webpages[1]: Thin Provision allocates 1 GB

Re: [ovirt-users] virtual machine actual size is not right

2018-03-27 Thread Terry hey
Hello, thank you for helping me. On the storage domain size: Alias: host1 Disk: 1 Template: Blank Virtual Size: 30 GB Actual Size: 13 GB Creation Date: Jan 29,2018 11:22:54 AM On the server size: # df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg01-root 10G 7.2G

Re: [ovirt-users] virtual machine actual size is not right

2018-03-23 Thread Pavol Brilla
Hi For such big difference between size outside of VM and inside, it looks more that disk is not fully partioned. df is providing you information only about mounted filesystems. Could you try to run inside VM should match all local disks, and you should see size of disk : # parted -l /dev/[sv]d[a-

Re: [ovirt-users] virtual machine actual size is not right

2018-03-22 Thread Terry hey
Hello~ i type this command on the running vm, not the hypervisor ( ovirt node). ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

Re: [ovirt-users] virtual machine actual size is not right

2018-03-22 Thread Pavol Brilla
Hi just small clarification I entered the server and type df -h. - do you meant you run this command on host which is running mentioned VM? On Thu, Mar 22, 2018 at 4:47 AM, Terry hey wrote: > Dear all, > > I would like to know the actual size that the virtual machine is used. > I found that th

[ovirt-users] virtual machine actual size is not right

2018-03-21 Thread Terry hey
Dear all, I would like to know the actual size that the virtual machine is used. I found that there is a field to show "actual size". But the number is not right. I entered the server and type df -h. The storage size of the server is about 30GB but the actual size field shows 60 GB. Regards Terr