Reviewed: https://review.openstack.org/262661 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=0bb080ba042b4269474f3bd2f555762a8061004b Submitter: Jenkins Branch: master
commit 0bb080ba042b4269474f3bd2f555762a8061004b Author: John Hua <[email protected]> Date: Thu Dec 31 13:27:55 2015 +0800 xenapi: Image cache cannot be disabled Image cache should be able to be disabled by setting cache_images = none in nova.conf. Currently the condition judgment is wrong. Change-Id: I5ebff2c1f7534b06233a4d41d7f5f2e5e3b60b5a Closes-Bug: #1161471 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1161471 Title: xenapi: guest kernel not cleaned up Status in OpenStack Compute (nova): Fix Released Bug description: Started with a clean hypervisor. installed devstack Running an exercise, with the following result: ===================================================================== SKIP boot_from_volume SKIP quantum-adv-test SKIP swift PASS aggregates PASS bundle PASS client-args PASS client-env PASS euca PASS floating_ips PASS horizon PASS sec_groups PASS volumes Leaves behind some kernels on the hypervisor: [root@zarss ~]# ls -la /boot/guest/ total 8492 drwxr-xr-x 2 root root 4096 Mar 28 08:58 . drwxr-xr-x 4 root root 4096 Mar 28 08:58 .. -rw-r--r-- 1 root root 4955792 Mar 28 08:53 312ec2de-82bb-479d-9b05-ec2e9ee97a4b -rw-r--r-- 1 root root 3714968 Mar 28 08:53 8c764649-babf-4148-8c4f-4550714ac88c Maybe it is related to 714709 https://bugs.launchpad.net/nova/+bug/714709 ? Maybe this is an exercise issue? No instances are reported by Nova: stack@DevStackOSDomU:~/devstack$ nova list --all-tenants 1 stack@DevStackOSDomU:~/devstack$ nova list To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1161471/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

