lvcreate --snapshot ---> file descriptor 7 left open?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hey there,

currently I am testing a small backup script (ksh) which is supposed to create snapshots
of my MySQL database file systems using the Linux LVM2 snapshot feature. 

Here is the command I am using:
"/usr/sbin/lvcreate -L 10240M --snapshot -p r -n mysqlsnap /dev/datavg/mysqllv"

It works fine so far ($? = 0), however I am seeing some kind of strange messages:
"
File descriptor 7 left open
  Logical volume "mysqlsnap" created
"

A month ago Jürgen reported similar messages using "lvdisplay":
https://www.redhat.com/archives/linux-lvm/2005-July/msg00069.html
Alasdair then pointed out that this message is (only?) a warning message:
https://www.redhat.com/archives/linux-lvm/2005-July/msg00070.html

Here 's my question:
Do I have to be worried about the consistency of my snapshots in any way
because of this message?

Operating system  : RedHat Enterprise Linux 4 for IA32 + latest patches. 
Kernel version    : 2.6.9-11.ELsmp

lvm> version
  LVM version     : 2.01.08 (2005-03-22)
  Library version : 1.01.01 (2005-03-29)
  Driver version  : 4.4.0
lvm> 

Kind regards
Lutz Reinegger

_______________________________________________
linux-lvm mailing list
linux-lvm@redhat.com
https://www.redhat.com/mailman/listinfo/linux-lvm
read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/

[Index of Archives]     [Gluster Users]     [Kernel Development]     [Linux Clusters]     [Device Mapper]     [Security]     [Bugtraq]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]

  Powered by Linux