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.
我刚刚制作了 /opt 分区的 lvm 快照,然后将该 lvm 挂载到 /data。有没有办法获取增量 lvm 快照?
是的,可以试试这个,创建新的 LV 快照:
lvcreate --size 100M --snapshot --name snap /dev/vg00/lvol1
在红帽门户阅读更多