From: Pavlov Konstantin <thresh@altlinux.ru>
To: ALT Linux sysadmin discuss <sysadmins@lists.altlinux.org>
Subject: Re: [Sysadmins] LVM2 не работает
Date: Mon, 19 Jun 2006 12:54:56 +0400
Message-ID: <200606191254.59843.thresh@altlinux.ru> (raw)
In-Reply-To: <200606191018.44039.che@red-team.org.ua>
[-- Attachment #1: Type: text/plain, Size: 1390 bytes --]
On Monday 19 June 2006 11:18, Vladimir Cherednichenko wrote:
> Кто использует LVM подскажите в чем может быть проблема.
> Есть задача поднять сервер с использованием LVM, поставил корневой раздел
> на один физический раздел теперь пытаюсь настроить VLM на сервере вручную.
> Делаю так:
> # pvcreate /dev/sda6
> # vgcreate vg0 /dev/sda6
> # lvcreate --name db --size 30G vg0
> # mkfs.ext3 /dev/vg0/db
> # mount /dev/vg0/db /var/lib/mysql
> Раздел монтируется, добавляю строчку в fstab
> /dev/vg0/db /var/lib/mysql ext3 defaults 0 0
> Вроде бы всё правильно но после перезагрузки, устройство в /dev не
> создаётся . Если после сказать vgchange -a y , то раздел появляется и сним
> можно работать. Как ему сказать чтобы создавался и монтировался при
> загрузке?
> Система Сизиф, используестя vlm2-2.02.01-alt2 и udev-093-alt3
> Может модули какие ещё нужно подгружать?
Создайте пустой файл /etc/lvmtab.
Из rc.sysinit:
# Activate LVM
VGSCAN=/sbin/vgscan
VGCHANGE=/sbin/vgchange
if [ -e "$VGCHANGE" -a -e "$VGSCAN" -a -s /etc/lvmtab ]; then
...для 2.4
...для 2.6:
# for 2.6.x kernel and LVM2 binaris
if [ ! -d /proc/lvm -a -c /dev/mapper/control -a -x /sbin/lvm ]; then
"$VGSCAN" >/dev/null 2>&1
action "Setting up LVM2:" "$VGCHANGE" -a y
fi
У Вас же 2.6, да? :)
--
Pavlov Konstantin,
ALT Linux Team,
VideoLAN Team,
jid: thresh@altlinux.org
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2006-06-19 8:54 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-19 7:18 Vladimir Cherednichenko
2006-06-19 7:35 ` Avramenko Andrew
2006-06-19 7:51 ` Ivan Fedorov
2006-06-19 8:14 ` Vladimir Cherednichenko
2006-06-19 8:24 ` Vladimir Cherednichenko
2006-06-19 8:34 ` Avramenko Andrew
2006-06-19 8:53 ` Vladimir Cherednichenko
2006-06-19 9:41 ` Avramenko Andrew
2006-06-19 7:53 ` Vladimir Cherednichenko
2006-06-19 8:54 ` Pavlov Konstantin [this message]
2006-06-19 9:11 ` Vladimir Cherednichenko
2006-06-19 9:39 ` Pavlov Konstantin
2006-06-19 9:49 ` Vladimir Cherednichenko
2006-06-19 9:50 ` Pavlov Konstantin
2006-06-19 10:27 ` Vladimir Cherednichenko
2006-06-19 10:48 ` Vladimir Cherednichenko
2006-06-19 10:52 ` Avramenko Andrew
2006-06-19 10:58 ` Vladimir Cherednichenko
2006-06-19 11:18 ` Vladimir Cherednichenko
2006-06-19 12:01 ` Vladimir Cherednichenko
2006-06-19 9:08 ` Eugene Prokopiev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200606191254.59843.thresh@altlinux.ru \
--to=thresh@altlinux.ru \
--cc=sysadmins@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux sysadmins discussion
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
public-inbox-index sysadmins
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sysadmins
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git