Answer the question
In order to leave comments, you need to log in
On a virtual machine, mount 500 identical file systems or copy?
How is it safer to make identical virtual machines in a large cloud - mount /bin, /usr/bin and other folders in read-only mode from a common place, or copy them to the image of each virtual machine? Mount, for example, on NFS.
Answer the question
In order to leave comments, you need to log in
mount all /bin, /usr/bin and other folders in read-only mode from a shared location, or copy them to the image of each virtual machine
It's better to clone, or look towards docker to deploy everything from the same image. Otherwise, you will have a single point of failure in the form of an NFS server, and the load will be decent
And we use ceph + rbd on kvm + libvirt. Once I made a snapshot of the device with the installed system, and already from it the rest of the disks grow for each virtual machine.
Here, the load by the sef itself is regulated and there is no single point of failure and we don’t produce extra data, and we have backups in the form of snapshots and the rollback can be done instantly and the migration is transparent.
Recommend!
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question