All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kai Weber <lists@glorybox.de>
To: linux-lvm@sistina.com
Subject: Re: [linux-lvm] vgscan messages regarding read-only cdrom
Date: Mon Dec  1 04:11:02 2003	[thread overview]
Message-ID: <20031201100842.GA3038@glorybox.de> (raw)
In-Reply-To: <20031130212501.GO19217@percy.comedia.it>

* Luca Berra <bluca@comedia.it>:

> >* why is vgscan reading /dev/cdrom (a link to my first IDE
> >CD-ROM /dev/hdc)?
> >
> >* how can I disable this message?
> 
> man lvm.conf

Done and and /etc/lvm/lvm.conf adjusted:
                                                                                
devices {
    dir = "/dev"
    scan = [ "/dev" ]
    filter = [ "r|cdrom|" ]
    cache = "/etc/lvm/.cache"
    write_cache_state = 1
}
                                                                                
vgscan still reports
"/dev/cdrom: open failed: Read-only file system"

I tried the following variants:
                                                                                
        filter = [ "r|/dev/cdrom" ]
        filter = [ "r|/dev/cdrom", "r|/dev/hdc" ]
        filter = [ "r|cdrom", "r|hdc" ]
                                                                                
Ideas? Kernel is 2.6.0-test9
                                                                                
LVM version:     2.00.07 (2003-09-16)
Library version: 1.00.05-ioctl-cvs (2003-09-01)
Driver version:  4.0.0
                                                                                
Kai
-- 
* mail kai.weber@glorybox.de . icq 102024972
  web http://www.glorybox.de . pgp 0x594D4132

  reply	other threads:[~2003-12-01  4:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-30 12:59 [linux-lvm] vgscan messages regarding read-only cdrom Kai Weber
2003-11-30 15:26 ` Luca Berra
2003-12-01  4:11   ` Kai Weber [this message]
2003-12-01 13:56     ` Jose Luis Domingo Lopez
2003-12-01 19:04       ` Kai Weber

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=20031201100842.GA3038@glorybox.de \
    --to=lists@glorybox.de \
    --cc=linux-lvm@sistina.com \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.