[Bug 1632538] Re: Using generate_service_certificate and undercloud_public_vip in undercloud.conf breaks nova

2016-11-07 Thread Rich Art
I have the same bug. How can I fix this problem?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1632538

Title:
  Using generate_service_certificate and undercloud_public_vip in
  undercloud.conf breaks nova

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1632538/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1583009] Re: Error starting domain since update

2016-07-01 Thread Rich Art
Hey mogliii,

Than you very much. It worked. 
I first did on the controller node: $ apt-get upgrade

And then on every compute node:

$ sudo service virtlogd restart
 * Restarting libvirt logging daemon /usr/sbin/virtlogd
$ sudo service libvirt-bin restart
libvirt-bin stop/waiting
libvirt-bin start/running, process 3586

Check:
$ ps -ef | grep libvirt
root  3586 1  0 13:14 ?00:00:00 /usr/sbin/libvirtd -d
$ ps -ef | grep virtlogd
root  3523 1  0 13:13 ?00:00:00 /usr/sbin/virtlogd -d

That worked for me and I could create a VM with: $ openstack server
create 

Since it is a workaround, has anybody an idea what the permanent
solution would be?

Riccardo

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583009

Title:
  Error starting domain since update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1583009/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1583009] Re: Error starting domain since update

2016-06-29 Thread Rich Art
Hi there,

I am also having same troubles. This is in the controller /var/log/nova
/nova-conductor.log file after trying to create a new instance as
described in http://docs.openstack.org/mitaka/install-guide-ubuntu
/launch-instance-provider.html:

2016-06-29 13:27:03.084 2828 ERROR nova.scheduler.utils [req-
756b7528-65c0-4389-95f1-146ccfd4dabf 048e5bedaf17478da2bb2c52829cf561
e236c9a8172e4f7ca3b0c9cb37891ab8 - - -] [instance: b5020d53-2e48-453b-
bec9-cbca4fac5708] Error from last host: n04 (node n04.mgmt.local):
[u'Traceback (most recent call last):\n', u'  File "/usr/lib/python2.7
/dist-packages/nova/compute/manager.py", line 1926, in
_do_build_and_run_instance\nfilter_properties)\n', u'  File
"/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 2116,
in _build_and_run_instance\ninstance_uuid=instance.uuid,
reason=six.text_type(e))\n', u"RescheduledException: Build of instance
b5020d53-2e48-453b-bec9-cbca4fac5708 was re-scheduled: Failed to connect
socket to '/var/run/libvirt/virtlogd-sock': No such file or
directory\n"]

2016-06-29 13:27:21.459 2828 ERROR nova.scheduler.utils [req-
756b7528-65c0-4389-95f1-146ccfd4dabf 048e5bedaf17478da2bb2c52829cf561
e236c9a8172e4f7ca3b0c9cb37891ab8 - - -] [instance: b5020d53-2e48-453b-
bec9-cbca4fac5708] Error from last host: n01 (node n01.mgmt.local):
[u'Traceback (most recent call last):\n', u'  File "/usr/lib/python2.7
/dist-packages/nova/compute/manager.py", line 1926, in
_do_build_and_run_instance\nfilter_properties)\n', u'  File
"/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 2116,
in _build_and_run_instance\ninstance_uuid=instance.uuid,
reason=six.text_type(e))\n', u"RescheduledException: Build of instance
b5020d53-2e48-453b-bec9-cbca4fac5708 was re-scheduled: Failed to connect
socket to '/var/run/libvirt/virtlogd-sock': No such file or
directory\n"]

2016-06-29 13:27:36.501 2827 ERROR nova.scheduler.utils [req-
756b7528-65c0-4389-95f1-146ccfd4dabf 048e5bedaf17478da2bb2c52829cf561
e236c9a8172e4f7ca3b0c9cb37891ab8 - - -] [instance: b5020d53-2e48-453b-
bec9-cbca4fac5708] Error from last host: n02 (node n02.mgmt.local):
[u'Traceback (most recent call last):\n', u'  File "/usr/lib/python2.7
/dist-packages/nova/compute/manager.py", line 1926, in
_do_build_and_run_instance\nfilter_properties)\n', u'  File
"/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 2116,
in _build_and_run_instance\ninstance_uuid=instance.uuid,
reason=six.text_type(e))\n', u"RescheduledException: Build of instance
b5020d53-2e48-453b-bec9-cbca4fac5708 was re-scheduled: Failed to connect
socket to '/var/run/libvirt/virtlogd-sock': No such file or
directory\n"]

2016-06-29 13:27:36.508 2827 WARNING nova.scheduler.utils [req-
756b7528-65c0-4389-95f1-146ccfd4dabf 048e5bedaf17478da2bb2c52829cf561
e236c9a8172e4f7ca3b0c9cb37891ab8 - - -] Failed to
compute_task_build_instances: Exceeded maximum number of retries.
Exceeded max scheduling attempts 3 for instance b5020d53-2e48-453b-
bec9-cbca4fac5708. Last exception: Failed to connect socket to
'/var/run/libvirt/virtlogd-sock': No such file or directory

2016-06-29 13:27:36.513 2827 WARNING nova.scheduler.utils [req-
756b7528-65c0-4389-95f1-146ccfd4dabf 048e5bedaf17478da2bb2c52829cf561
e236c9a8172e4f7ca3b0c9cb37891ab8 - - -] [instance: b5020d53-2e48-453b-
bec9-cbca4fac5708] Setting instance to ERROR state.

Somebody can help?

Thank you very much.
Richard

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583009

Title:
  Error starting domain since update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1583009/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs