Dear stackers, please enlight me on something regarding Ceilometer/Healthnmon.
So far as I've read and setup, Ceilometer is intended to get metrics
for billing usage in larger interval polls. But so far, I've not seen
reports of Memory Utilization, Disk Space Utilization or other System
Utilizatio
Well... a reboot of the clusters "solved" that problem.
Onto the next one.
Thanks for the help.
On Fri, Jun 21, 2013 at 2:30 PM, Samuel Winchenbach wrote:
> I removed dynamic_ownership=0, restarted libvirtd-bin, qemu-kvm and all
> the nova-* services.
>
> I am still getting the same error: lib
I removed dynamic_ownership=0, restarted libvirtd-bin, qemu-kvm and all the
nova-* services.
I am still getting the same error: libvirtError: internal error Process
exited while reading console log output: chardev: opening backend "file"
failed: Permission denied
On Fri, Jun 21, 2013 at 2:19 PM,
Also, I am curious "Ensure that, NOVA-INST-DIR (set with state_path in
nova.conf) is same on all hosts."
should I set state_path=/os-grizzly/nova (My NFS mount) or leave it as
/var/lib/nova on each node and set
instances_path=/os-grizzly/nova/instances?
It seems like each node should have it's o
Ahhh a "bug" in the documentation?
http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-migrations.html
On Fri, Jun 21, 2013 at 2:14 PM, Daniel P. Berrange wrote:
> On Fri, Jun 21, 2013 at 01:57:44PM -0400, Samuel Winchenbach wrote:
> > Here is some more information. I am
On Fri, Jun 21, 2013 at 01:57:44PM -0400, Samuel Winchenbach wrote:
> Here is some more information. I am using Ubuntu 12.04 LTS, I have turned
> off apparmor.
>
> Here is my mount: dedup:/big_pool/os-grizzly on /os-grizzly type nfs
> (rw,noatime,nolock,tcp,bg,intr,hard,addr=10.54.90.10)
>
> roo
Here is some more information. I am using Ubuntu 12.04 LTS, I have turned
off apparmor.
Here is my mount: dedup:/big_pool/os-grizzly on /os-grizzly type nfs
(rw,noatime,nolock,tcp,bg,intr,hard,addr=10.54.90.10)
root@test1:/# find /os-grizzly -type d | xargs ls -l -d
drwxr-xr-x 4 root root 4
no_root_squash is set on that that export.
-Sam
On Fri, Jun 21, 2013 at 1:12 PM, Aaron Knister wrote:
> This is a shot in the dark, but is root squash disabled on the NFS export
> for all nodes?
>
> Sent from my iPhone
>
> On Jun 21, 2013, at 11:47 AM, Samuel Winchenbach
> wrote:
>
> Hi all,
>
This is a shot in the dark, but is root squash disabled on the NFS export for
all nodes?
Sent from my iPhone
On Jun 21, 2013, at 11:47 AM, Samuel Winchenbach wrote:
> Hi all,
>
> I had my cluster working on a single node. glance images and nova instances
> are stored on an nfs mount.
>
>
Hi all,
I had my cluster working on a single node. glance images and nova
instances are stored on an nfs mount.
I added two more nodes and enabled live-migration.
Now when I try to start to an instance I get:
nova-scheduler.log - libvirtError: internal error Process exited while
reading consol
Hi Anshul,
you can try to change WSGI alias in file
'/etc/httpd/conf.d/openstack-dahsboard' file (on RHEL-based installation).
DEFAULT --> WSGIScriptAlias /dashboard
/usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
NEW --> WSGIScriptAlias /os
/usr/share/openstack-dashboard/opens
On Thu, Jun 20, 2013 at 9:47 PM, Adam Young wrote:
> PKI based Tokens can be verified without talking to Keystone. See the
> auth_token middleware and cms.py files in python-keystoneclient to see how
> that is done.
I will look into it. Thanks a lot!
Hi all,
I am currently working on an important school project, I have been for a
couple of weeks now trying to configure devstack or openstack to work with
IPv6, unfurtunately I wasn't able yet.
The project consists of a virtual network (In GNS3) with a VBox guest where
I will install openstack/d
Hey Krishnaprasad, you cannot run kmv is the server doesn't contain the virtualization instruction.Can you run : $ egrep '(vmx|svm)' /proc/cpuinfothanks!
Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15
Le 21 juin 2013 à 11:22, "Narayanan, Krishnaprasad"
Hi Krishnaprasad,
check this out
http://www.cloudbase.it/cloud-init-for-windows-instances/
It's ready to use.
On Fri, Jun 21, 2013 at 11:22 AM, Narayanan, Krishnaprasad
wrote:
> Hallo All,
>
>
>
> When I tried to execute the commands provided in the OpenStack guide for
> installing Windows Imag
Hi,
I am trying to write a custom cinder-driver, but the volume status command
fails with following error
('', 'usage: sudo [-D level] -h | -K | -k | -V\nusage: sudo -v [-AknS] [-D
level] [-g groupname|#gid] [-p prompt] [-u user\n
name|#uid]\nusage: sudo -l[l] [-AknS] [-D level] [-g groupname|#g
Hallo All,
When I tried to execute the commands provided in the OpenStack guide for
installing Windows Image, I am getting the following error: "kvm: -drive
file=windows_server_2012.img: drive with bus=0, unit=0 (index=0) exists".
The command was executed on a compute node that was virtualizabl
Hi,
I am trying to write a custom cinder-driver, but the volume status command
fails with following error
('', 'usage: sudo [-D level] -h | -K | -k | -V\nusage: sudo -v [-AknS] [-D
level] [-g groupname|#gid] [-p prompt] [-u user\n
name|#uid]\nusage: sudo -l[l] [-AknS] [-D level] [-g groupname|#g
I am already using one proxy. So below doesn't seems to serve my purpose.
Basically I want something like such that urls within the page are not
absolute, instead they are relative.
i.e. In page source I can see that urls are like /static/admin(absolute). Can I
change them to static/admin(rela
You can try Apache's mod rewrite and do URL rewrites as desired.
Regards,
Balu
On Fri, Jun 21, 2013 at 1:05 PM, Anshul Gangwar wrote:
> I want to give custom url for openstack dashboard, say
>
> http://10.1.1.1/os
>
> How can I acheive this?
>
> Thanks,
> Anshul
>
>
I want to give custom url for openstack dashboard, say
http://10.1.1.1/os
How can I acheive this?
Thanks,
Anshul
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~opensta
21 matches
Mail list logo