だからここに大きな問題があります。私たちのサーバーにはボリュームグループを持つLVM RAIDがありますraid
。これには2つのボリュームとsecured
一部unsecured
の未割り当て領域が含まれています。今日はunsecured
残りの空きスペースをすべて活用して削除して再作成してみました。次のコマンドを実行しました。
lvremove unsecured raid
lvcreate -l 100%FREE -n unsecured raid
それは言う
logical volumes cannot contain more than 65534 extents.
logical extent (0) already mapped.
Couldn't fill logical volume maps.
logical extent (0) already mapped.
Couldn't fill logical volume maps.
logical extent (0) already mapped.
Couldn't fill logical volume maps.
logical extent (0) already mapped.
Couldn't fill logical volume maps.
Volume group for uuid not found: GC3toI0uhKos5KLH0OJ6uMFppc9pSSyl00000000000000000000000000000001
Failed to activate new LV.
lvdisplay
その後、これ以上のようなlvmコマンドを使用することはできませんvgdisplay
。常に次のように言います。
# vgdisplay
logical extent (0) already mapped.
Couldn't fill logical volume maps.
logical extent (0) already mapped.
Couldn't fill logical volume maps.
Volume group "raid" not found
これsecured
で、インストールされた状態でもデータにアクセスできます。再起動後にデータが失われるのではないかと心配です。ここで何が起こっているのでしょうか?私が何を間違っているのでしょうか?どういうわけか解決できますか?