Activity log for bug #1095215

Date Who What changed Old value New value Message
2013-01-02 06:02:13 Vijaya Erukala bug added bug
2013-01-02 06:03:09 Vijaya Erukala description I have created a VM,it came to ACTIVE and console log generated fine. after that i have taken the snapshot of it,later when I checked the console log it is of 0 size. $nova boot --image d80f7d2f-1d11-4364-8c1c-6a0791a6e15b --flavor 1 test $ nova list +--------------------------------------+--------+--------+------------------+ | ID | Name | Status | Networks | +--------------------------------------+--------+--------+------------------+ | 9d7c39be-3a48-4fdc-96a0-848b269d1819 | test | ACTIVE | private=10.0.0.2 | +--------------------------------------+--------+--------+------------------+ $ ls -l /opt/stack/data/nova/instances/instance-00000001/console.log -rw-rw---- 1 libvirt-qemu kvm 16437 Jan 2 15:55 /opt/stack/data/nova/instances/instance-00000001/console.log stack@ubuntu1204:~/devstack$ nova image-create 9d7c39be-3a48-4fdc-96a0-848b269d1819 snapoftest stack@ubuntu1204:~/devstack$ ls -l /opt/stack/data/nova/instances/instance-00000001/console.log -rw-rw---- 1 libvirt-qemu kvm 0 Jan 2 15:56 /opt/stack/data/nova/instances/instance-00000001/console.log I have created a VM,it came to ACTIVE and console log generated fine. after that i have taken the snapshot of it,later when I checked the console log it is of 0 size. $nova boot --image d80f7d2f-1d11-4364-8c1c-6a0791a6e15b --flavor 1 test $ nova list +--------------------------------------+--------+--------+------------------+ | ID | Name | Status | Networks | +--------------------------------------+--------+--------+------------------+ | 9d7c39be-3a48-4fdc-96a0-848b269d1819 | test | ACTIVE | private=10.0.0.2 | +--------------------------------------+--------+--------+------------------+ $ ls -l /opt/stack/data/nova/instances/instance-00000001/console.log -rw-rw---- 1 libvirt-qemu kvm 16437 Jan 2 15:55 /opt/stack/data/nova/instances/instance-00000001/console.log $ nova image-create 9d7c39be-3a48-4fdc-96a0-848b269d1819 snapoftest $ ls -l /opt/stack/data/nova/instances/instance-00000001/console.log -rw-rw---- 1 libvirt-qemu kvm 0 Jan 2 15:56 /opt/stack/data/nova/instances/instance-00000001/console.log
2013-01-06 23:04:21 Chuck Short nova: status New Won't Fix