0

我试图找出是否有办法创建一组节点,以便它们分布在所有位置:

//It would be helpful if there was a parameter to the function call that would give
//a hint to allocate nodes across all AZs or an option through the template 
groupNodes = computeService.createNodesInGroup("mygroup", 2, template);

对于云开发人员来说,这将是一个很好的功能,可以确保他在每个 AZ 中都有一些节点,以使他的应用程序即使在单个 AZ 出现故障的情况下也能继续运行。

4

1 回答 1

0

简短的回答:没有。

虽然我明白你在说什么。实际上,您通常需要知道您的实例从哪里开始,以便您可以获取位置和 ID 以便稍后引用它们。如果您想进一步讨论,我邀请您加入jclouds-dev小组。

于 2013-04-23T01:12:13.150 回答