public inbox for gentoo-user-ru@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user-ru] LVM snapshot
@ 2011-01-28 12:39 Sergey Kobzar
  2011-01-28 13:09 ` Богун Дмитрий
  0 siblings, 1 reply; 9+ messages in thread
From: Sergey Kobzar @ 2011-01-28 12:39 UTC (permalink / raw
  To: gentoo-user-ru

Приветствую.

Пишу скрипт для бэкапа mysql базы с пом. lvm snapshot. Кусок кода:

mysql --user=$MYSQL_USER --password=$MYSQL_PASS << EOF
         FLUSH TABLES WITH READ LOCK;
         system sync;
         system lvcreate --snapshot --name $SNAP --size $SNAP_SIZE 
/dev/${VG}/${LV} > /dev/null 2>&1;
         UNLOCK TABLES;
EOF

При создании снэпшота (system lvcreate --snapshot) вываливается ошибка:
File descriptor 3 (socket:[265123]) leaked on lvcreate invocation. 
Parent PID 29203: sh

но вроде бы все работает.
Google ничего внятного не выдал.

Кто-ть может объяснить что это такое?

Спасибо.



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-02-04 21:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-28 12:39 [gentoo-user-ru] LVM snapshot Sergey Kobzar
2011-01-28 13:09 ` Богун Дмитрий
2011-01-28 13:16   ` Sergey Kobzar
2011-01-28 13:47     ` Богун Дмитрий
2011-01-28 14:12       ` Edward Hades
2011-01-28 16:50         ` Alex Efros
2011-01-28 19:43           ` Sergey Kobzar
2011-02-04 21:30             ` Sergiy Borodych
2011-01-28 19:38         ` Sergey Kobzar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox