2019-12-16 21:22:19 -0600 | 获得奖牌 | ● 热门的问题 (source) |
2019-12-16 21:22:19 -0600 | 获得奖牌 | ● 受欢迎的问题 (source) |
2019-12-16 21:22:19 -0600 | 获得奖牌 | ● 著名问题 (source) |
2018-03-06 19:38:55 -0600 | 获得奖牌 | ● 著名问题 (source) |
2017-04-11 02:19:28 -0600 | 获得奖牌 | ● 热门的问题 (source) |
2017-04-11 02:19:28 -0600 | 获得奖牌 | ● 受欢迎的问题 (source) |
2016-11-21 01:55:40 -0600 | 获得奖牌 | ● 著名问题 (source) |
2016-11-21 01:55:40 -0600 | 获得奖牌 | ● 受欢迎的问题 (source) |
2016-11-21 01:55:40 -0600 | 获得奖牌 | ● 热门的问题 (source) |
2016-11-11 02:14:22 -0600 | 回答问题 | qemu guest agent connection in your instance run qemu-ga -v -p /dev/virtio-ports/org.qemu.guest_agent.0. print infomation |
2016-11-11 01:56:23 -0600 | 回答问题 | vmdk to qcow2 file convertion use command qemu-img convert -c |
2016-11-10 11:14:01 -0600 | 问了问题 | instance_claim when I create 20 instances on one compute node at the same time , the instance_claim will cost a long time between the first instance and the last one,about 70 seconds。why instance_claim can not run concurrently. 2016-11-01 03:57:44.337 1 DEBUG oslo_concurrency.lockutils [req-18aecb60-8660-4a26-9282-7ae5e53f0592 93687898a58246e8973f799ed4a0baa2 6002275068004daaa8ba16a93d18e018 - - -] Lock "compute_resources" acquired by "nova.compute.resource_tracker.instance_claim" :: waited 5.754s inner /usr/lib/python2.7/site-packages/oslo_concurrency/lockutils.py:253 2016-11-01 03:57:44.337 1 DEBUG nova.compute.resource_tracker [req-18aecb60-8660-4a26-9282-7ae5e53f0592 93687898a58246e8973f799ed4a0baa2 6002275068004daaa8ba16a93d18e018 - - -] Memory overhead for 2048 MB instance; 0 MB instance_claim /usr/lib/python2.7/site-packages/nova/compute/resource_tracker.py:170 |
2016-11-10 11:14:01 -0600 | 问了问题 | nova compute并发创建vm claim问题 计算节点并发创建20个vm,从创建第一个vm调用instance_claim到创建最后一个vm调用vm,隔了60秒,为什么不能同时去claim资源 |
2016-11-10 11:14:00 -0600 | 问了问题 | 计算节点在并发创建多个vm时,为什么instance_claim的锁会很长时间 计算节点并发创建20个vm,从创建第一个vm调用instance_claim到创建最后一个vm调用vm,隔了60秒,为什么不能同时去claim资源 |