* [linux-lvm] dm errors with lvcreate --snapshot
@ 2007-12-07 20:14 Dane Miller
2007-12-07 20:21 ` [linux-lvm] " Dane Miller
2007-12-08 0:40 ` Dane Miller
0 siblings, 2 replies; 5+ messages in thread
From: Dane Miller @ 2007-12-07 20:14 UTC (permalink / raw)
To: linux-lvm
Hi,
I've recently started getting errors when creating a snapshot. I'm new
to LVM2 troubleshooting, so please point me in the right direction if
these are obvious error messages.
The script 'amanda_snapshot.pl' removes yesterday's snapshot and creates
a new snapshot, which amanda backs up some time later. Here's the
output of this script, including error messages:
amanda_snapshot.pl: umount /media/vm1optsnap
amanda_snapshot.pl: lvremove -f /dev/vg0/vm1optsnap
Logical volume "vm1optsnap" successfully removed
amanda_snapshot.pl: lvcreate --snapshot --name vm1optsnap --size
10G /dev/vg0/vm1opt
/dev/dm-9: stat failed: No such file or directory
Path /dev/dm-9 no longer valid for device(253,9)
Aborting - please provide new pathname for what used to be /dev/dm-9
/dev/dm-10: stat failed: No such file or directory
Path /dev/dm-10 no longer valid for device(253,10)
Aborting - please provide new pathname for what used to be /dev/dm-10
/dev/dm-11: stat failed: No such file or directory
Path /dev/dm-11 no longer valid for device(253,11)
Aborting - please provide new pathname for what used to be /dev/dm-11
Logical volume "vm1optsnap" created
amanda_snapshot.pl: mount /dev/vg0/vm1optsnap /media/vm1optsnap
What would cause these /dev/dm-* errors? How can I find out what's
going on?
Dane
--
Dane Miller
Systems Administartor
Greatschools, Inc
http://www.greatschools.net
^ permalink raw reply [flat|nested] 5+ messages in thread
* [linux-lvm] Re: dm errors with lvcreate --snapshot
2007-12-07 20:14 [linux-lvm] dm errors with lvcreate --snapshot Dane Miller
@ 2007-12-07 20:21 ` Dane Miller
2007-12-08 0:40 ` Dane Miller
1 sibling, 0 replies; 5+ messages in thread
From: Dane Miller @ 2007-12-07 20:21 UTC (permalink / raw)
To: linux-lvm
Oops, some software versions might be helpful...
OS: CentOS 4.4
Kernel: 2.6.9-42.0.10.ELsmp i686 athlon i386 GNU/Linux
LVM2: lvm2-2.02.21-5.el4
Device-mapper: device-mapper-1.02.17-3.0.1.el4
Dane Miller wrote:
> Hi,
>
> I've recently started getting errors when creating a snapshot. I'm new
> to LVM2 troubleshooting, so please point me in the right direction if
> these are obvious error messages.
>
> The script 'amanda_snapshot.pl' removes yesterday's snapshot and creates
> a new snapshot, which amanda backs up some time later. Here's the
> output of this script, including error messages:
>
> amanda_snapshot.pl: umount /media/vm1optsnap
> amanda_snapshot.pl: lvremove -f /dev/vg0/vm1optsnap
> Logical volume "vm1optsnap" successfully removed
> amanda_snapshot.pl: lvcreate --snapshot --name vm1optsnap --size
> 10G /dev/vg0/vm1opt
> /dev/dm-9: stat failed: No such file or directory
> Path /dev/dm-9 no longer valid for device(253,9)
> Aborting - please provide new pathname for what used to be /dev/dm-9
> /dev/dm-10: stat failed: No such file or directory
> Path /dev/dm-10 no longer valid for device(253,10)
> Aborting - please provide new pathname for what used to be /dev/dm-10
> /dev/dm-11: stat failed: No such file or directory
> Path /dev/dm-11 no longer valid for device(253,11)
> Aborting - please provide new pathname for what used to be /dev/dm-11
> Logical volume "vm1optsnap" created
> amanda_snapshot.pl: mount /dev/vg0/vm1optsnap /media/vm1optsnap
>
>
> What would cause these /dev/dm-* errors? How can I find out what's
> going on?
>
>
> Dane
^ permalink raw reply [flat|nested] 5+ messages in thread
* [linux-lvm] Re: dm errors with lvcreate --snapshot
2007-12-07 20:14 [linux-lvm] dm errors with lvcreate --snapshot Dane Miller
2007-12-07 20:21 ` [linux-lvm] " Dane Miller
@ 2007-12-08 0:40 ` Dane Miller
2007-12-10 18:28 ` [linux-lvm] how rude... " Dane Miller
1 sibling, 1 reply; 5+ messages in thread
From: Dane Miller @ 2007-12-08 0:40 UTC (permalink / raw)
To: linux-lvm
(re-posting after 4h30m)
Oops, some software versions might be helpful...
OS: CentOS 4.4
Kernel: 2.6.9-42.0.10.ELsmp i686 athlon i386 GNU/Linux
LVM2: lvm2-2.02.21-5.el4
Device-mapper: device-mapper-1.02.17-3.0.1.el4
Dane Miller wrote:
> Hi,
>
> I've recently started getting errors when creating a snapshot. I'm new
> to LVM2 troubleshooting, so please point me in the right direction if
> these are obvious error messages.
>
> The script 'amanda_snapshot.pl' removes yesterday's snapshot and creates
> a new snapshot, which amanda backs up some time later. Here's the
> output of this script, including error messages:
>
> amanda_snapshot.pl: umount /media/vm1optsnap
> amanda_snapshot.pl: lvremove -f /dev/vg0/vm1optsnap
> Logical volume "vm1optsnap" successfully removed
> amanda_snapshot.pl: lvcreate --snapshot --name vm1optsnap --size
> 10G /dev/vg0/vm1opt
> /dev/dm-9: stat failed: No such file or directory
> Path /dev/dm-9 no longer valid for device(253,9)
> Aborting - please provide new pathname for what used to be /dev/dm-9
> /dev/dm-10: stat failed: No such file or directory
> Path /dev/dm-10 no longer valid for device(253,10)
> Aborting - please provide new pathname for what used to be /dev/dm-10
> /dev/dm-11: stat failed: No such file or directory
> Path /dev/dm-11 no longer valid for device(253,11)
> Aborting - please provide new pathname for what used to be /dev/dm-11
> Logical volume "vm1optsnap" created
> amanda_snapshot.pl: mount /dev/vg0/vm1optsnap /media/vm1optsnap
>
>
> What would cause these /dev/dm-* errors? How can I find out what's
> going on?
>
>
> Dane
^ permalink raw reply [flat|nested] 5+ messages in thread
* [linux-lvm] how rude... Re: dm errors with lvcreate --snapshot
2007-12-08 0:40 ` Dane Miller
@ 2007-12-10 18:28 ` Dane Miller
0 siblings, 0 replies; 5+ messages in thread
From: Dane Miller @ 2007-12-10 18:28 UTC (permalink / raw)
To: LVM general discussion and development
On Fri, 2007-12-07 at 16:40 -0800, Dane Miller wrote:
> (re-posting after 4h30m)
Please accept my humblest apologies to the list for this re-posting. I
inadvertently filtered linux-lvm messages into an unsubscribed IMAP
folder, and thus didn't see them post. I assumed I was a victim of
over-aggressive gray listing, when in fact I was just an over-zealous
filterer.
I realize that such a re-post after such a short period of time must
have appeared quite rude and demanding. Let me assure you that was not
my intention.
Dane
--
Dane Miller
Systems Administartor
Greatschools, Inc
http://www.greatschools.net
^ permalink raw reply [flat|nested] 5+ messages in thread
* [linux-lvm] dm errors with lvcreate --snapshot
@ 2007-12-08 0:40 Dane Miller
0 siblings, 0 replies; 5+ messages in thread
From: Dane Miller @ 2007-12-08 0:40 UTC (permalink / raw)
To: linux-lvm
(re-posting after 4h30m)
Hi,
I've recently started getting errors when creating a snapshot. I'm new
to LVM2 troubleshooting, so please point me in the right direction if
these are obvious error messages.
The script 'amanda_snapshot.pl' removes yesterday's snapshot and creates
a new snapshot, which amanda backs up some time later. Here's the
output of this script, including error messages:
amanda_snapshot.pl: umount /media/vm1optsnap
amanda_snapshot.pl: lvremove -f /dev/vg0/vm1optsnap
Logical volume "vm1optsnap" successfully removed
amanda_snapshot.pl: lvcreate --snapshot --name vm1optsnap --size
10G /dev/vg0/vm1opt
/dev/dm-9: stat failed: No such file or directory
Path /dev/dm-9 no longer valid for device(253,9)
Aborting - please provide new pathname for what used to be /dev/dm-9
/dev/dm-10: stat failed: No such file or directory
Path /dev/dm-10 no longer valid for device(253,10)
Aborting - please provide new pathname for what used to be /dev/dm-10
/dev/dm-11: stat failed: No such file or directory
Path /dev/dm-11 no longer valid for device(253,11)
Aborting - please provide new pathname for what used to be /dev/dm-11
Logical volume "vm1optsnap" created
amanda_snapshot.pl: mount /dev/vg0/vm1optsnap /media/vm1optsnap
What would cause these /dev/dm-* errors? How can I find out what's
going on?
Dane
--
Dane Miller
Systems Administartor
Greatschools, Inc
http://www.greatschools.net
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-12-10 18:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-07 20:14 [linux-lvm] dm errors with lvcreate --snapshot Dane Miller
2007-12-07 20:21 ` [linux-lvm] " Dane Miller
2007-12-08 0:40 ` Dane Miller
2007-12-10 18:28 ` [linux-lvm] how rude... " Dane Miller
-- strict thread matches above, loose matches on Subject: below --
2007-12-08 0:40 [linux-lvm] " Dane Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).