Displaying 2 results from an estimated 2 matches for "vg_vhost03".
Did you mean:
vg_vhost01
2015 Mar 17
0
KVM kernel panic when additional virtio disks added
...server with a 32GB virtio HDD already defined
and am attempting to add additional virtio disks. The basic cloned
system boots without error.
If I create a virtio disk with 32000/32000 megabytes I can add it and
the system reboots; providing that I do not first create a partition:
fdisk -l /dev/vg_vhost03/lv_vm_inet11.harte-lyne.ca_03
Disk /dev/vg_vhost03/lv_vm_inet11.harte-lyne.ca_03: 33.6 GB,
33554432000 bytes
255 heads, 63 sectors/track, 4079 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 51...
2017 Mar 09
1
CentOS-6.8 fsck report Maximal Count
...about fsck:
/var/log/messages:Mar 9 08:34:48 vhost03 kernel: EXT4-fs (dm-6):
warning: maximal mount count reached, running e2fsck is recommended
in /dev I see this:
brw-rw----. 1 root disk 253, 6 Mar 9 08:34 dm-6
But, this device has nothing whatsoever to do with the kvm guests:
ll /dev/vg_vhost03/ | grep dm-6
lrwxrwxrwx. 1 root root 7 Mar 9 08:34 lv_centos_repos -> ../dm-6
Rather this is an lv devoted to holding CentOS ISOs:
/dev/mapper/vg_vhost03-lv_centos_repos
101016992 77160124 18718848 81% /var/data/centos
So, my questions are:
1. How do I fix the problem...