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.
假设我有一个 500gb 磁盘空间的服务器。假设,如果我必须为每个大小为 50gb 的虚拟机创建 500 个 VM。我该怎么做?
我正在阅读一些谜题并遇到了这个问题。
大多数虚拟机都允许您创建动态磁盘。因此,您创建了一个最大大小(例如 10GB)的动态磁盘,但它实际上只使用写入磁盘的内容(通常要少得多)。
当然,如果你用 10GB 的数据填充磁盘,那么它会使用 10GB 的实际存储空间。