* [linux-lvm] System bricked after moving to thin snapshots
@ 2020-11-24 12:04 Sreyan Chakravarty
2020-11-25 8:54 ` Sreyan Chakravarty
2020-11-25 12:40 ` Bryn M. Reeves
0 siblings, 2 replies; 4+ messages in thread
From: Sreyan Chakravarty @ 2020-11-24 12:04 UTC (permalink / raw)
To: LVM general discussion and development
[-- Attachment #1: Type: text/plain, Size: 1378 bytes --]
Hi,
I have cloned my original root LVM, and then migrated to the newer thin
LVMs using partclone.
Both backup and restore went off without causing any problems.
But when I am now trying to boot into my system, it asks for the encryption
LUKS passphrase but after that I am getting:
dracut-initqueue[300]: Warning: dracut-initqueue timeout -
starting timeout scripts
This are my current logical volumes:
# lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log
Cpy%Sync Convert
fedora vgfedora Vwi-a-tz-- 700.00g pool00 16.61
pool00 vgfedora twi-aotz-- 929.75g 12.50 16.61
I keep getting the error:
Scanning devices dm-0 for LVM logical volumes vgfedora/fedora
inactive '/dev/vgfedora/pool00' [929.75 GiB] inherit
inactive '/dev/vgfedora/fedora' [700.00 GiB] inherit
modprobe: FATAL: Module dm-thin-pool not found in directory
/lib/modules/5.8.18-200.fc32.x86_64
/usr/sbin/modprobe failed: 1
Can't process LV vgfedora/fedora: thin target support missing from kernel?
I have marked the logical volumes as active via :
lvchange -kn vgfedora/pool00
lvchange -kn vgfedora/fedora
How can I add the dm-thin-pool module ? I can't even boot.
Please let me know if any other info is required from my side.
Need some help as I am unable to use my laptop.
--
Regards,
Sreyan Chakravarty
[-- Attachment #2: Type: text/html, Size: 2067 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-lvm] System bricked after moving to thin snapshots
2020-11-24 12:04 [linux-lvm] System bricked after moving to thin snapshots Sreyan Chakravarty
@ 2020-11-25 8:54 ` Sreyan Chakravarty
2020-11-25 12:40 ` Bryn M. Reeves
1 sibling, 0 replies; 4+ messages in thread
From: Sreyan Chakravarty @ 2020-11-25 8:54 UTC (permalink / raw)
To: LVM general discussion and development
[-- Attachment #1: Type: text/plain, Size: 1617 bytes --]
Never mind.
Had to regenerate my initramfs.
On Tue, Nov 24, 2020 at 5:34 PM Sreyan Chakravarty <sreyan32@gmail.com>
wrote:
> Hi,
>
> I have cloned my original root LVM, and then migrated to the newer thin
> LVMs using partclone.
>
> Both backup and restore went off without causing any problems.
>
> But when I am now trying to boot into my system, it asks for the
> encryption LUKS passphrase but after that I am getting:
>
> dracut-initqueue[300]: Warning: dracut-initqueue timeout -
> starting timeout scripts
>
> This are my current logical volumes:
>
> # lvs
>
> LV VG Attr LSize Pool Origin Data% Meta% Move Log
> Cpy%Sync Convert
> fedora vgfedora Vwi-a-tz-- 700.00g pool00 16.61
>
> pool00 vgfedora twi-aotz-- 929.75g 12.50 16.61
>
>
> I keep getting the error:
>
> Scanning devices dm-0 for LVM logical volumes vgfedora/fedora
> inactive '/dev/vgfedora/pool00' [929.75 GiB] inherit
> inactive '/dev/vgfedora/fedora' [700.00 GiB] inherit
> modprobe: FATAL: Module dm-thin-pool not found in directory
> /lib/modules/5.8.18-200.fc32.x86_64
> /usr/sbin/modprobe failed: 1
> Can't process LV vgfedora/fedora: thin target support missing from kernel?
>
> I have marked the logical volumes as active via :
> lvchange -kn vgfedora/pool00
> lvchange -kn vgfedora/fedora
>
> How can I add the dm-thin-pool module ? I can't even boot.
>
> Please let me know if any other info is required from my side.
>
> Need some help as I am unable to use my laptop.
>
> --
> Regards,
> Sreyan Chakravarty
>
--
Regards,
Sreyan Chakravarty
[-- Attachment #2: Type: text/html, Size: 2579 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-lvm] System bricked after moving to thin snapshots
2020-11-24 12:04 [linux-lvm] System bricked after moving to thin snapshots Sreyan Chakravarty
2020-11-25 8:54 ` Sreyan Chakravarty
@ 2020-11-25 12:40 ` Bryn M. Reeves
2020-11-25 15:33 ` Sreyan Chakravarty
1 sibling, 1 reply; 4+ messages in thread
From: Bryn M. Reeves @ 2020-11-25 12:40 UTC (permalink / raw)
To: LVM general discussion and development
On Tue, Nov 24, 2020 at 05:34:12PM +0530, Sreyan Chakravarty wrote:
> Scanning devices dm-0 for LVM logical volumes vgfedora/fedora
> inactive '/dev/vgfedora/pool00' [929.75 GiB] inherit
> inactive '/dev/vgfedora/fedora' [700.00 GiB] inherit
> modprobe: FATAL: Module dm-thin-pool not found in directory
> /lib/modules/5.8.18-200.fc32.x86_64
> /usr/sbin/modprobe failed: 1
> Can't process LV vgfedora/fedora: thin target support missing from kernel?
>
> I have marked the logical volumes as active via :
> lvchange -kn vgfedora/pool00
> lvchange -kn vgfedora/fedora
See my reply to your other message - you need to rebuild your initramfs
image to include the dm-thin-pool module.
Regards,
Bryn.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-lvm] System bricked after moving to thin snapshots
2020-11-25 12:40 ` Bryn M. Reeves
@ 2020-11-25 15:33 ` Sreyan Chakravarty
0 siblings, 0 replies; 4+ messages in thread
From: Sreyan Chakravarty @ 2020-11-25 15:33 UTC (permalink / raw)
To: LVM general discussion and development
[-- Attachment #1: Type: text/plain, Size: 253 bytes --]
On Wed, Nov 25, 2020 at 8:50 PM Bryn M. Reeves <bmr@redhat.com> wrote:
>
> See my reply to your other message - you need to rebuild your initramfs
> image to include the dm-thin-pool module.
>
Yes I did that.
Thanks.
--
Regards,
Sreyan Chakravarty
[-- Attachment #2: Type: text/html, Size: 702 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-11-25 15:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-24 12:04 [linux-lvm] System bricked after moving to thin snapshots Sreyan Chakravarty
2020-11-25 8:54 ` Sreyan Chakravarty
2020-11-25 12:40 ` Bryn M. Reeves
2020-11-25 15:33 ` Sreyan Chakravarty
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).