Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有运行 Xen 4.0 的服务器。在此服务器上存在一个 LV。这个 LV 本身就是一个 VG 的一部分,它包含一个虚拟机的 LV(例如 root、var)。
现在当我启动虚拟机时,找不到根 fs。shell 显示给定的 LV 的状态为“不可用”。执行 'vgchange -ay vg' 后,状态按预期变为 'read/write',这意味着 LV 未正确初始化。
是什么让这些 LV 的作品如期而至?
谢谢你。