[Bug 1598285] Re: possible deadlock while using the cgroup freezer on a container with NFS-based workload

2016-07-06 Thread Daniel Westervelt
** Changed in: linux (Ubuntu)
   Importance: Undecided => High

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

Title:
  possible deadlock while using the cgroup freezer on a container with
  NFS-based workload

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

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


[Bug 1566764] Re: LXD network setup question could be more explicit

2016-04-06 Thread Daniel Westervelt
Very happy to have this but .. personally I think it is a bit jarring
(and ugly) to launch the debconf UI after being asked for ZFS config via
in-line questions.

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

Title:
  LXD network setup question could be more explicit

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

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


[Bug 1509414] Re: lxc postinst script checks available interfaces, can choose

2015-10-23 Thread Daniel Westervelt
Does not affect LXD only because the LXD metadata for simple-streams is
out of date.  We are going to hold off updating it until this bug is
fixed and sru'ed.

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

Title:
  lxc postinst script checks available interfaces, can choose

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

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


[Bug 1509414] Re: lxc postinst script checks available interfaces, can choose

2015-10-23 Thread Daniel Westervelt
Does not affect LXD only because the LXD metadata for simple-streams is
out of date.  We are going to hold off updating it until this bug is
fixed and sru'ed.

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

Title:
  lxc postinst script checks available interfaces, can choose

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1509414/+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 1322302] Re: local provider is very slow to tranistion from agent-status: pending

2014-05-29 Thread Daniel Westervelt
looks like part of the problem was that we were running with constraints
on cpu greater then the level1 KVM had allocated to it.

base KVM had 1 cpu, juju was asking for three:

juju add-machine --constraints mem=3G root-disk=20G cpu-cores=3

if we modify the base KVM to have 3 cpus the time drops from 13.5 miutes
to 4.5 minutes.

Adding  cache='unsafe' further reduces the time down to 3 minutes.

That said, I still think we need to have an option to tell juju to pull
the latest daily images in order to reduce the number of updates applied
via cloudinit.

uvt-simplestreams-libvirt --verbose sync --source http://cloud-
images.ubuntu.com/daily release=precise arch=amd64

^^ This would be the uvtool cmdline to sync the latest daily

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

Title:
  local provider is very slow to tranistion from agent-status: pending

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1322302/+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 1322302] Re: local provider is very slow to tranistion from agent-status: pending

2014-05-29 Thread Daniel Westervelt
cache=unsafe only helps a litte. we either need to support daily or more
frequent images by default, mainly to avoid the cost of kernel updates
or support a feature in juju to allow us to configure what images we
want to pull.

as a side note, I am happy to get ride of nested kvm if we can get all
Openstack services running in containers.

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

Title:
  local provider is very slow to tranistion from agent-status: pending

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1322302/+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 1322302] Re: local provider is very slow to tranistion from agent-status: pending

2014-05-29 Thread Daniel Westervelt
looks like part of the problem was that we were running with constraints
on cpu greater then the level1 KVM had allocated to it.

base KVM had 1 cpu, juju was asking for three:

juju add-machine --constraints mem=3G root-disk=20G cpu-cores=3

if we modify the base KVM to have 3 cpus the time drops from 13.5 miutes
to 4.5 minutes.

Adding  cache='unsafe' further reduces the time down to 3 minutes.

That said, I still think we need to have an option to tell juju to pull
the latest daily images in order to reduce the number of updates applied
via cloudinit.

uvt-simplestreams-libvirt --verbose sync --source http://cloud-
images.ubuntu.com/daily release=precise arch=amd64

^^ This would be the uvtool cmdline to sync the latest daily

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

Title:
  local provider is very slow to tranistion from agent-status: pending

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

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


[Bug 1322302] Re: local provider is very slow to tranistion from agent-status: pending

2014-05-29 Thread Daniel Westervelt
cache=unsafe only helps a litte. we either need to support daily or more
frequent images by default, mainly to avoid the cost of kernel updates
or support a feature in juju to allow us to configure what images we
want to pull.

as a side note, I am happy to get ride of nested kvm if we can get all
Openstack services running in containers.

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

Title:
  local provider is very slow to tranistion from agent-status: pending

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

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


[Bug 1305839] Re: FFe: Support for Third Party Driver Installation

2014-04-14 Thread Daniel Westervelt
It has to do with automating the installation of MAAS environments,
which includes automating the installation of MAAS itself. In particular
this is important to our Openstack cloud-installer and for bootstrapping
'other' environments.

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

Title:
  FFe: Support for Third Party Driver Installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1305839/+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 1305839] Re: FFe: Support for Third Party Driver Installation

2014-04-14 Thread Daniel Westervelt
It has to do with automating the installation of MAAS environments,
which includes automating the installation of MAAS itself. In particular
this is important to our Openstack cloud-installer and for bootstrapping
'other' environments.

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

Title:
  FFe: Support for Third Party Driver Installation

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

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


[Bug 1284652] Re: maas/installation-note could (should?) be echoed to the CLI, not a debconf note

2014-02-25 Thread Daniel Westervelt
The inability to automatically suppress this pop-up is blocking the
cloud-installer bootstrap automation.  We either need to figure out a
workaround or remove the d-i/ncurses style pop-up and replace it with a
cmdline message.

** Changed in: maas (Ubuntu)
   Importance: Undecided = High

** Changed in: maas (Ubuntu)
Milestone: None = ubuntu-14.04-beta-2

** Tags added: cloud-installer

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

Title:
  maas/installation-note could (should?) be echoed to the CLI, not a
  debconf note

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1284652/+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 1284652] Re: maas/installation-note could (should?) be echoed to the CLI, not a debconf note

2014-02-25 Thread Daniel Westervelt
The inability to automatically suppress this pop-up is blocking the
cloud-installer bootstrap automation.  We either need to figure out a
workaround or remove the d-i/ncurses style pop-up and replace it with a
cmdline message.

** Changed in: maas (Ubuntu)
   Importance: Undecided = High

** Changed in: maas (Ubuntu)
Milestone: None = ubuntu-14.04-beta-2

** Tags added: cloud-installer

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

Title:
  maas/installation-note could (should?) be echoed to the CLI, not a
  debconf note

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

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