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.
我有一个集群,它在不同节点之间有一个共享磁盘。
如何配置 COMP 超标量以考虑此共享磁盘以避免文件传输?
您必须在 resources.xml 中定义它
<Disk>您必须在带有标记的 xml 文件的根目录中定义共享磁盘。在那里,您必须使用 Mountpoint 属性指定此磁盘在主设备中安装的路径。你必须在不同资源的描述中做同样的事情。
<Disk>
您可以在本手册中看到一个示例