You are not logged in.

#1 2012-08-12 07:56:45

fettouhi
Member
Registered: 2007-05-07
Posts: 775

[SOLVED] Problems with lvm2 at shutdown

Since the big change initscripts I've been getting this output from LVM2 at shutdown:

3 logical volume(s) in volume group "vg0" unmonitored

I'm running 2 500 GB HDD in RAID 0 (software RAID) with 3 logical volumes. I've checked that all the hooks and etc. are present in the conf files so I don't understand this message? I there sometihng I need to check with my lvm2 setup?

Last edited by fettouhi (2012-08-12 11:49:08)

Offline

#2 2012-08-12 08:53:46

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [SOLVED] Problems with lvm2 at shutdown

This is not a problem, just part of the shutdown process, specifically /etc/rc.shutdown:

# stop monitoring of LVM2 groups before unmounting filesystems
[[ $USELVM = [Yy][Ee][Ss] && -x $(type -P lvm) ]] &&
        status "Deactivating monitoring of LVM2 groups" vgchange --monitor n

Offline

#3 2012-08-12 11:48:54

fettouhi
Member
Registered: 2007-05-07
Posts: 775

Re: [SOLVED] Problems with lvm2 at shutdown

tomk wrote:

This is not a problem, just part of the shutdown process, specifically /etc/rc.shutdown:

# stop monitoring of LVM2 groups before unmounting filesystems
[[ $USELVM = [Yy][Ee][Ss] && -x $(type -P lvm) ]] &&
        status "Deactivating monitoring of LVM2 groups" vgchange --monitor n

Thanks for the clarification, good to know that. I was getting worried there for a minute.

Offline

Board footer

Powered by FluxBB