Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 679369 Details for
Bug 895830
[QEMU/KVM-RHS] Creating qcow2 image on fuse mount with preallocation=metadata option fails.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Additional setup and partitioning info
setup_and_partitioning_info.txt (text/plain), 14.33 KB, created by
Gowrishankar Rajaiyan
on 2013-01-16 05:41:21 UTC
(
hide
)
Description:
Additional setup and partitioning info
Filename:
MIME Type:
Creator:
Gowrishankar Rajaiyan
Created:
2013-01-16 05:41:21 UTC
Size:
14.33 KB
patch
obsolete
>More info about the setup: > >Gluster volume info: >[root@rhsvm1 ~]# gluster vol info replicate > >Volume Name: replicate >Type: Replicate >Volume ID: 2443cd08-e944-4d47-8192-a39f52fc5af1 >Status: Started >Number of Bricks: 1 x 2 = 2 >Transport-type: tcp >Bricks: >Brick1: rhsvm1:/bricks/brick2 >Brick2: rhsvm2:/bricks/brick2 >Options Reconfigured: >performance.quick-read: off >performance.read-ahead: off >performance.io-cache: off >performance.stat-prefetch: off >storage.linux-aio: enable >cluster.eager-lock: enable >[root@rhsvm1 ~]# > > > >#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~# > >Virtualization host: >[root@rhs-gp-srv11 ~]# pvscan > PV /dev/sdn VG sdn_lvm_grp lvm2 [557.86 GiB / 457.86 GiB free] > PV /dev/sdm VG sdm_lvm_grp lvm2 [557.86 GiB / 107.86 GiB free] > PV /dev/sdl VG sdl_lvm_grp lvm2 [557.86 GiB / 107.86 GiB free] > PV /dev/sda2 VG VolGroup lvm2 [29.32 GiB / 0 free] > PV /dev/sdb VG VolGroup lvm2 [29.82 GiB / 6.52 GiB free] > PV /dev/sdd1 lvm2 [557.86 GiB] > PV /dev/sde1 lvm2 [557.86 GiB] > PV /dev/sdf1 lvm2 [557.86 GiB] > PV /dev/sdg1 lvm2 [557.86 GiB] > PV /dev/sdh1 lvm2 [557.86 GiB] > PV /dev/sdi1 lvm2 [557.86 GiB] > PV /dev/sdj1 lvm2 [557.86 GiB] > PV /dev/sdk1 lvm2 [557.86 GiB] > Total: 13 [6.05 TiB] / in use: 5 [1.69 TiB] / in no VG: 8 [4.36 TiB] > > >[root@rhs-gp-srv11 ~]# vgscan > Reading all physical volumes. This may take a while... > Found volume group "sdn_lvm_grp" using metadata type lvm2 > Found volume group "sdm_lvm_grp" using metadata type lvm2 > Found volume group "sdl_lvm_grp" using metadata type lvm2 > Found volume group "VolGroup" using metadata type lvm2 > > >[root@rhs-gp-srv11 ~]# lvscan > ACTIVE '/dev/sdn_lvm_grp/sdn_vol1' [100.00 GiB] inherit > ACTIVE '/dev/sdm_lvm_grp/sdm_vol1' [450.00 GiB] inherit > ACTIVE '/dev/sdl_lvm_grp/sdl_vol1' [450.00 GiB] inherit > ACTIVE '/dev/VolGroup/lv_root' [29.00 GiB] inherit > ACTIVE '/dev/VolGroup/lv_swap' [23.62 GiB] inherit > > >[root@rhs-gp-srv11 ~]# df -h >Filesystem Size Used Avail Use% Mounted on >/dev/mapper/VolGroup-lv_root > 29G 4.2G 23G 16% / >tmpfs 24G 0 24G 0% /dev/shm >/dev/sda1 485M 59M 401M 13% /boot >/dev/mapper/sdm_lvm_grp-sdm_vol1 > 450G 134G 317G 30% /home/rhsvms/rhsvm1 >/dev/mapper/sdl_lvm_grp-sdl_vol1 > 450G 83G 368G 19% /home/rhsvms/rhsvm2 >/dev/mapper/sdn_lvm_grp-sdn_vol1 > 100G 83G 18G 83% /home/rhsvms/rhsvm3 >rhsvm1:replicate 50G 1.1G 49G 3% /vmstore/replicate >rhsvm1:distribute 150G 26G 125G 17% /vmstore/distribute > > >[root@rhs-gp-srv11 ~]# mount >/dev/mapper/VolGroup-lv_root on / type ext4 (rw) >proc on /proc type proc (rw) >sysfs on /sys type sysfs (rw) >devpts on /dev/pts type devpts (rw,gid=5,mode=620) >tmpfs on /dev/shm type tmpfs (rw,rootcontext="system_u:object_r:tmpfs_t:s0") >/dev/sda1 on /boot type ext4 (rw) >none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) >sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw) >/dev/mapper/sdm_lvm_grp-sdm_vol1 on /home/rhsvms/rhsvm1 type xfs (rw) >/dev/mapper/sdl_lvm_grp-sdl_vol1 on /home/rhsvms/rhsvm2 type xfs (rw) >/dev/mapper/sdn_lvm_grp-sdn_vol1 on /home/rhsvms/rhsvm3 type xfs (rw) >rhsvm1:replicate on /vmstore/replicate type fuse.glusterfs (rw,default_permissions,allow_other,max_read=131072) >rhsvm1:distribute on /vmstore/distribute type fuse.glusterfs (rw,default_permissions,allow_other,max_read=131072) >[root@rhs-gp-srv11 ~]# > > >[root@rhs-gp-srv11 ~]# qemu-img info /home/rhsvms/rhsvm1/rhsvm1.img >image: /home/rhsvms/rhsvm1/rhsvm1.img >file format: raw >virtual size: 50G (53687091200 bytes) >disk size: 2.0G >[root@rhs-gp-srv11 ~]# qemu-img info /home/rhsvms/rhsvm1/rhsvm1-1.img >image: /home/rhsvms/rhsvm1/rhsvm1-1.img >file format: raw >virtual size: 100G (107374182400 bytes) >disk size: 100G >[root@rhs-gp-srv11 ~]# qemu-img info /home/rhsvms/rhsvm1/rhsvm1-2.img >image: /home/rhsvms/rhsvm1/rhsvm1-2.img >file format: raw >virtual size: 100G (107374182400 bytes) >disk size: 1.0G >[root@rhs-gp-srv11 ~]# qemu-img info /home/rhsvms/rhsvm1/rhsvm1-3.img >image: /home/rhsvms/rhsvm1/rhsvm1-3.img >file format: raw >virtual size: 100G (107374182400 bytes) >disk size: 25M >[root@rhs-gp-srv11 ~]# qemu-img info /home/rhsvms/rhsvm1/rhsvm1-4.img >image: /home/rhsvms/rhsvm1/rhsvm1-4.img >file format: raw >virtual size: 100G (107374182400 bytes) >disk size: 0 >[root@rhs-gp-srv11 ~]# > > >[root@rhs-gp-srv11 ~]# qemu-img info /home/rhsvms/rhsvm2/rhsvm2.qcow2 >image: /home/rhsvms/rhsvm2/rhsvm2.qcow2 >file format: qcow2 >virtual size: 50G (53687091200 bytes) >disk size: 57G >cluster_size: 65536 >[root@rhs-gp-srv11 ~]# qemu-img info /home/rhsvms/rhsvm2/rhsvm2-1.qcow2 >image: /home/rhsvms/rhsvm2/rhsvm2-1.qcow2 >file format: qcow2 >virtual size: 100G (107374182400 bytes) >disk size: 24G >cluster_size: 65536 >[root@rhs-gp-srv11 ~]# qemu-img info /home/rhsvms/rhsvm2/rhsvm2-2.qcow2 >image: /home/rhsvms/rhsvm2/rhsvm2-2.qcow2 >file format: qcow2 >virtual size: 100G (107374182400 bytes) >disk size: 2.0G >cluster_size: 65536 >[root@rhs-gp-srv11 ~]# qemu-img info /home/rhsvms/rhsvm2/rhsvm2-3.qcow2 >image: /home/rhsvms/rhsvm2/rhsvm2-3.qcow2 >file format: qcow2 >virtual size: 100G (107374182400 bytes) >disk size: 33M >cluster_size: 65536 >[root@rhs-gp-srv11 ~]# > > >[root@rhs-gp-srv11 ~]# qemu-img info /home/rhsvms/rhsvm3/rhsvm3.qcow2 >image: /home/rhsvms/rhsvm3/rhsvm3.qcow2 >file format: qcow2 >virtual size: 50G (53687091200 bytes) >disk size: 57G >cluster_size: 65536 >[root@rhs-gp-srv11 ~]# qemu-img info /home/rhsvms/rhsvm3/rhsvm3-1.qcow2 >image: /home/rhsvms/rhsvm3/rhsvm3-1.qcow2 >file format: qcow2 >virtual size: 100G (107374182400 bytes) >disk size: 26G >cluster_size: 65536 >[root@rhs-gp-srv11 ~]# qemu-img info /home/rhsvms/rhsvm3/rhsvm3-2.qcow2 >image: /home/rhsvms/rhsvm3/rhsvm3-2.qcow2 >file format: qcow2 >virtual size: 100G (107374182400 bytes) >disk size: 33M >cluster_size: 65536 >[root@rhs-gp-srv11 ~]# qemu-img info /home/rhsvms/rhsvm3/rhsvm3-3.qcow2 >image: /home/rhsvms/rhsvm3/rhsvm3-3.qcow2 >file format: qcow2 >virtual size: 100G (107374182400 bytes) >disk size: 33M >cluster_size: 65536 >[root@rhs-gp-srv11 ~]# > >#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~# > >#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~# >RHSVM1: >[root@rhsvm1 ~]# pvscan > PV /dev/sdd VG sdd_lvm_grp lvm2 [100.00 GiB / 50.00 GiB free] > PV /dev/sdc VG sdc_lvm_grp lvm2 [100.00 GiB / 50.00 GiB free] > PV /dev/sdb VG sdb_lvm_grp lvm2 [100.00 GiB / 50.00 GiB free] > PV /dev/sda2 VG VolGroup lvm2 [49.51 GiB / 0 free] > Total: 4 [349.50 GiB] / in use: 4 [349.50 GiB] / in no VG: 0 [0 ] > > >[root@rhsvm1 ~]# vgscan > Reading all physical volumes. This may take a while... > Found volume group "sdd_lvm_grp" using metadata type lvm2 > Found volume group "sdc_lvm_grp" using metadata type lvm2 > Found volume group "sdb_lvm_grp" using metadata type lvm2 > Found volume group "VolGroup" using metadata type lvm2 > > >[root@rhsvm1 ~]# lvscan > ACTIVE '/dev/sdd_lvm_grp/sdd_vol1' [50.00 GiB] inherit > ACTIVE '/dev/sdc_lvm_grp/sdc_vol1' [50.00 GiB] inherit > ACTIVE '/dev/sdb_lvm_grp/sdb_vol1' [50.00 GiB] inherit > ACTIVE '/dev/VolGroup/lv_root' [43.63 GiB] inherit > ACTIVE '/dev/VolGroup/lv_swap' [5.88 GiB] inherit > > >[root@rhsvm1 ~]# mount >/dev/mapper/VolGroup-lv_root on / type ext4 (rw) >proc on /proc type proc (rw) >sysfs on /sys type sysfs (rw) >devpts on /dev/pts type devpts (rw,gid=5,mode=620) >tmpfs on /dev/shm type tmpfs (rw) >/dev/sda1 on /boot type ext4 (rw) >/dev/mapper/sdd_lvm_grp-sdd_vol1 on /bricks/brick3 type xfs (rw) >/dev/mapper/sdc_lvm_grp-sdc_vol1 on /bricks/brick2 type xfs (rw) >/dev/mapper/sdb_lvm_grp-sdb_vol1 on /bricks/brick1 type xfs (rw) >none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) >sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw) >rhsvm1:/distribute on /mnt/samba/distribute type fuse.glusterfs (rw,default_permissions,allow_other,max_read=131072) >rhsvm1:/replicate on /mnt/samba/replicate type fuse.glusterfs (rw,default_permissions,allow_other,max_read=131072) > > >[root@rhsvm1 ~]# df -h >Filesystem Size Used Avail Use% Mounted on >/dev/mapper/VolGroup-lv_root > 43G 1.2G 40G 3% / >tmpfs 2.0G 0 2.0G 0% /dev/shm >/dev/sda1 485M 31M 429M 7% /boot >/dev/mapper/sdd_lvm_grp-sdd_vol1 > 50G 33M 50G 1% /bricks/brick3 >/dev/mapper/sdc_lvm_grp-sdc_vol1 > 50G 1.1G 49G 3% /bricks/brick2 >/dev/mapper/sdb_lvm_grp-sdb_vol1 > 50G 11G 40G 21% /bricks/brick1 >rhsvm1:/distribute 100G 16G 85G 16% /mnt/samba/distribute >rhsvm1:/replicate 50G 1.1G 49G 3% /mnt/samba/replicate >[root@rhsvm1 ~]# >#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~# > >#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~# >RHSVM2: >[root@rhsvm2 ~]# pvscan > PV /dev/vdd VG vdd_lvm_grp lvm2 [100.00 GiB / 50.00 GiB free] > PV /dev/vdc VG vdc_lvm_grp lvm2 [100.00 GiB / 50.00 GiB free] > PV /dev/vdb VG vdb_lvm_grp lvm2 [100.00 GiB / 50.00 GiB free] > PV /dev/vda2 VG VolGroup lvm2 [49.51 GiB / 0 free] > Total: 4 [349.50 GiB] / in use: 4 [349.50 GiB] / in no VG: 0 [0 ] >[root@rhsvm2 ~]# > >[root@rhsvm2 ~]# vgscan > Reading all physical volumes. This may take a while... > Found volume group "vdd_lvm_grp" using metadata type lvm2 > Found volume group "vdc_lvm_grp" using metadata type lvm2 > Found volume group "vdb_lvm_grp" using metadata type lvm2 > Found volume group "VolGroup" using metadata type lvm2 >[root@rhsvm2 ~]# > >[root@rhsvm2 ~]# lvscan > ACTIVE '/dev/vdd_lvm_grp/vdd_vol1' [50.00 GiB] inherit > ACTIVE '/dev/vdc_lvm_grp/vdc_vol1' [50.00 GiB] inherit > ACTIVE '/dev/vdb_lvm_grp/vdb_vol1' [50.00 GiB] inherit > ACTIVE '/dev/VolGroup/lv_root' [43.63 GiB] inherit > ACTIVE '/dev/VolGroup/lv_swap' [5.88 GiB] inherit >[root@rhsvm2 ~]# > >[root@rhsvm2 ~]# mount >/dev/mapper/VolGroup-lv_root on / type ext4 (rw) >proc on /proc type proc (rw) >sysfs on /sys type sysfs (rw) >devpts on /dev/pts type devpts (rw,gid=5,mode=620) >tmpfs on /dev/shm type tmpfs (rw) >/dev/vda1 on /boot type ext4 (rw) >/dev/mapper/vdd_lvm_grp-vdd_vol1 on /bricks/brick3 type xfs (rw) >/dev/mapper/vdc_lvm_grp-vdc_vol1 on /bricks/brick2 type xfs (rw) >/dev/mapper/vdb_lvm_grp-vdb_vol1 on /bricks/brick1 type xfs (rw) >none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) >sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw) >rhsvm2:distribute on /mnt/samba/distribute type fuse.glusterfs (rw,default_permissions,allow_other,max_read=131072) >rhsvm2:replicate on /mnt/samba/replicate type fuse.glusterfs (rw,default_permissions,allow_other,max_read=131072) >[root@rhsvm2 ~]# > >[root@rhsvm2 ~]# df -h >Filesystem Size Used Avail Use% Mounted on >/dev/mapper/VolGroup-lv_root > 43G 1.2G 40G 3% / >tmpfs 2.0G 0 2.0G 0% /dev/shm >/dev/vda1 485M 31M 429M 7% /boot >/dev/mapper/vdd_lvm_grp-vdd_vol1 > 50G 33M 50G 1% /bricks/brick3 >/dev/mapper/vdc_lvm_grp-vdc_vol1 > 50G 1.1G 49G 3% /bricks/brick2 >/dev/mapper/vdb_lvm_grp-vdb_vol1 > 50G 6.4G 44G 13% /bricks/brick1 >rhsvm2:distribute 100G 16G 85G 16% /mnt/samba/distribute >rhsvm2:replicate 50G 1.1G 49G 3% /mnt/samba/replicate >[root@rhsvm2 ~]# > >#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~# > >#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~# >RHSVM3: > >[root@rhsvm3 ~]# pvscan > PV /dev/vdd VG vdd_lvm_grp lvm2 [100.00 GiB / 50.00 GiB free] > PV /dev/vdc VG vdc_lvm_grp lvm2 [100.00 GiB / 50.00 GiB free] > PV /dev/vdb VG vdb_lvm_grp lvm2 [100.00 GiB / 50.00 GiB free] > PV /dev/vda2 VG VolGroup lvm2 [49.51 GiB / 0 free] > Total: 4 [349.50 GiB] / in use: 4 [349.50 GiB] / in no VG: 0 [0 ] >[root@rhsvm3 ~]# > >[root@rhsvm3 ~]# vgscan > Reading all physical volumes. This may take a while... > Found volume group "vdd_lvm_grp" using metadata type lvm2 > Found volume group "vdc_lvm_grp" using metadata type lvm2 > Found volume group "vdb_lvm_grp" using metadata type lvm2 > Found volume group "VolGroup" using metadata type lvm2 >[root@rhsvm3 ~]# > >[root@rhsvm3 ~]# lvscan > ACTIVE '/dev/vdd_lvm_grp/vdd_vol1' [50.00 GiB] inherit > ACTIVE '/dev/vdc_lvm_grp/vdc_vol1' [50.00 GiB] inherit > ACTIVE '/dev/vdb_lvm_grp/vdb_vol1' [50.00 GiB] inherit > ACTIVE '/dev/VolGroup/lv_root' [43.63 GiB] inherit > ACTIVE '/dev/VolGroup/lv_swap' [5.88 GiB] inherit >[root@rhsvm3 ~]# > >[root@rhsvm3 ~]# mount >/dev/mapper/VolGroup-lv_root on / type ext4 (rw) >proc on /proc type proc (rw) >sysfs on /sys type sysfs (rw) >devpts on /dev/pts type devpts (rw,gid=5,mode=620) >tmpfs on /dev/shm type tmpfs (rw) >/dev/vda1 on /boot type ext4 (rw) >/dev/mapper/vdd_lvm_grp-vdd_vol1 on /bricks/brick3 type xfs (rw) >/dev/mapper/vdc_lvm_grp-vdc_vol1 on /bricks/brick2 type xfs (rw) >/dev/mapper/vdb_lvm_grp-vdb_vol1 on /bricks/brick1 type xfs (rw) >none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) >sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw) >rhsvm3:distribute on /mnt/samba/distribute type fuse.glusterfs (rw,default_permissions,allow_other,max_read=131072) >rhsvm3:replicate on /mnt/samba/replicate type fuse.glusterfs (rw,default_permissions,allow_other,max_read=131072) >[root@rhsvm3 ~]# > >[root@rhsvm3 ~]# df -h >Filesystem Size Used Avail Use% Mounted on >/dev/mapper/VolGroup-lv_root > 43G 1.2G 40G 3% / >tmpfs 2.0G 0 2.0G 0% /dev/shm >/dev/vda1 485M 31M 429M 7% /boot >/dev/mapper/vdd_lvm_grp-vdd_vol1 > 50G 33M 50G 1% /bricks/brick3 >/dev/mapper/vdc_lvm_grp-vdc_vol1 > 50G 33M 50G 1% /bricks/brick2 >/dev/mapper/vdb_lvm_grp-vdb_vol1 > 50G 9.0G 42G 18% /bricks/brick1 >rhsvm3:distribute 100G 16G 85G 16% /mnt/samba/distribute >rhsvm3:replicate 50G 1.1G 49G 3% /mnt/samba/replicate >[root@rhsvm3 ~]# >#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 895830
:
679355
|
679357
| 679369