[Bug 1316556] Re: vmware: boot from image (create volume) is failing

2014-10-17 Thread Thang Pham
This is because the time it takes to create the volume is longer than
the default timeout value.  You can increase the timeout value in
/etc/nova/nova.conf to something greater, e.g. 3600.

block_device_allocate_retries = 3600

** Changed in: nova
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1316556

Title:
  vmware: boot from image (create volume) is failing

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1316556] Re: vmware: boot from image (create volume) is failing

2014-10-17 Thread Thang Pham
This is because the time it takes to create the volume is longer than
the default timeout value.  You can increase the timeout value in
/etc/nova/nova.conf to something greater, e.g. 3600.

block_device_allocate_retries = 3600

** Changed in: nova
   Status: Confirmed = Invalid

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

Title:
  vmware: boot from image (create volume) is failing

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

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


[Bug 1313935] Re: tenant is required for quota-update but not for quota-show

2014-05-02 Thread Thang Pham
** Also affects: cinder
   Importance: Undecided
   Status: New

** Changed in: cinder
 Assignee: (unassigned) = Thang Pham (thang-pham)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1313935

Title:
  tenant is required for quota-update but not for quota-show

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1313935] Re: tenant is required for quota-update but not for quota-show

2014-05-02 Thread Thang Pham
** Also affects: cinder
   Importance: Undecided
   Status: New

** Changed in: cinder
 Assignee: (unassigned) = Thang Pham (thang-pham)

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

Title:
  tenant is required for quota-update but not for quota-show

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

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


[Bug 1313935] Re: tenant is required for quota-update but not for quota-show

2014-04-29 Thread Thang Pham
** Changed in: nova
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1313935

Title:
  tenant is required for quota-update but not for quota-show

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1313935] Re: tenant is required for quota-update but not for quota-show

2014-04-29 Thread Thang Pham
** Changed in: nova
   Status: New = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1313935

Title:
  tenant is required for quota-update but not for quota-show

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1313935] Re: tenant is required for quota-update but not for quota-show

2014-04-29 Thread Thang Pham
** Changed in: nova
   Importance: Undecided = Medium

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

Title:
  tenant is required for quota-update but not for quota-show

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

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


[Bug 1313935] Re: tenant is required for quota-update but not for quota-show

2014-04-29 Thread Thang Pham
** Changed in: nova
   Status: New = In Progress

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

Title:
  tenant is required for quota-update but not for quota-show

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

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


[Bug 1313935] Re: tenant is required for quota-update but not for quota-show

2014-04-28 Thread Thang Pham
The problem is nova quota-update uses value of tenant-id to save the
quota in the database.  If you use demo as the tenant-id, nova will
use project_id=demo when setting the project_user_quotas table.  If
you use a uuid as the tenant-id, nova will use project_id=uuid when
setting the project_user_quotas table.  You can see this by logging into
MySQL (or whatever DB you are using) and querying the
project_user_quotas table (e.g. select project_id,resource,hard_limit
from project_user_quotas).

In order to obtain the correct values, you have to pass the correct
tenant-id in nova quota-show.  The solution to this bug is to:
translate the tenant name into its uuid before saving it into the DB
or querying from the database.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1313935

Title:
  tenant is required for quota-update but not for quota-show

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1313935] Re: tenant is required for quota-update but not for quota-show

2014-04-28 Thread Thang Pham
Another solution is: check that the tenant-id is actually a valid
uuid.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1313935

Title:
  tenant is required for quota-update but not for quota-show

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1313935] Re: tenant is required for quota-update but not for quota-show

2014-04-28 Thread Thang Pham
The problem is nova quota-update uses value of tenant-id to save the
quota in the database.  If you use demo as the tenant-id, nova will
use project_id=demo when setting the project_user_quotas table.  If
you use a uuid as the tenant-id, nova will use project_id=uuid when
setting the project_user_quotas table.  You can see this by logging into
MySQL (or whatever DB you are using) and querying the
project_user_quotas table (e.g. select project_id,resource,hard_limit
from project_user_quotas).

In order to obtain the correct values, you have to pass the correct
tenant-id in nova quota-show.  The solution to this bug is to:
translate the tenant name into its uuid before saving it into the DB
or querying from the database.

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

Title:
  tenant is required for quota-update but not for quota-show

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

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


[Bug 1313935] Re: tenant is required for quota-update but not for quota-show

2014-04-28 Thread Thang Pham
Another solution is: check that the tenant-id is actually a valid
uuid.

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

Title:
  tenant is required for quota-update but not for quota-show

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

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


[Bug 709380] Re: compiz crashed with SIGSEGV in sn_monitor_context_ref()

2011-08-19 Thread thang Pham
** Changed in: compiz (Ubuntu)
 Assignee: Sam Spilsbury (smspillaz) = thang Pham (thanguit87)

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

Title:
  compiz crashed with SIGSEGV in sn_monitor_context_ref()

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

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