Hide Forgot
Description of problem: Several services fail on startup of RHEVH which produces red FAILED messages that appear on the screen briefly. This might be alarming to customers so we should remove these.
Services to check are: * lvm stuff: ioctl reload failed, create reload failed * cgconfig service * ntpdate
Also, we should add the quiet boot option to silence kernel messages to clean up the boot.
With default boot parameters "quiet rhgb" plymouth is masking initscript output, is there anything left for this bug?
If you hit the arrow keys on the keyboard to leave the rhgb and go back to the normal initscript view of the boot, are there error messages still displaying? We have to assume some users will do this, and also won't initscript results show by default on serial console instead of rhgb? This is a 'nice to have' though, certainly not critical so pending time take a look at it, or push off to next release if there is no time.
bug 675868 is covering startup messages due to R/O rootfs this one is making boot quiet by default on the default console and users on the serial console are hopefully not faint of heart. > * ntpdate bug 675870 > * cgconfig service # service cgconfig start Starting cgconfig service: Loading configuration file /etc/cgconfig.conf failed Cgroup, operation not allowed Failed to parse /etc/cgconfig.conf[FAILED] But /etc/cgconfig.conf is original from RPM. We could also disable cgconfig on RHEV-H for now, vdsmd has it listed in CONFLICTING_SERVICES due to bug 623712
*** Bug 730316 has been marked as a duplicate of this bug. ***
(In reply to comment #7) > We could also disable cgconfig on RHEV-H for now, vdsmd has it listed in > CONFLICTING_SERVICES due to bug 623712 Not in Beta3 based on 6.2 kernel which has 623712 fixed.
Root cause: /sbin/cgconfigparser -l /etc/cgconfig.conf mkdir("/cgroup/cpuset", 0775) = -1 EROFS (Read-only file system) /cgroup needs to be added to rwtab
--- a/recipe/common-post.ks +++ b/recipe/common-post.ks @@ -94,6 +94,7 @@ empty /mnt empty /live empty /boot empty /boot-kdump +empty /cgroup EOF_rwtab_ovirt # fix iSCSI/LVM startup issue
(In reply to comment #9) > (In reply to comment #7) > > We could also disable cgconfig on RHEV-H for now, vdsmd has it listed in > > CONFLICTING_SERVICES due to bug 623712 > > Not in Beta3 based on 6.2 kernel which has 623712 fixed. cgroups is still not used by vdsm in RHEV 3.0 Beta 3 due to bug 742414 cgconfig service will be disabled in RHEV-H to avoid side-effect bug 703095 comment 20
Bug 742414 is targeting Snapshot 3 so we can re-enable cgconfig again
according to comment 16,19, now lvm/ntpdate/cgconfig(at least no startup error) problem fixed on rhev-hypervisor snapshot 5, so verified,
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2011-1783.html