[Bug 1632482] Re: OpenStack os_image is_public flag does not make image public in Glance V1 API

2016-10-12 Thread Frank Kloeker
attached a patch

** Patch added: "api_v1.patch"
   
https://bugs.launchpad.net/ubuntu/+source/python-shade/+bug/1632482/+attachment/4759740/+files/api_v1.patch

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

Title:
  OpenStack os_image is_public flag does not make image public in Glance
  V1 API

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-shade/+bug/1632482/+subscriptions

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


[Bug 1632482] [NEW] OpenStack os_image is_public flag does not make image public in Glance V1 API

2016-10-11 Thread Frank Kloeker
Public bug reported:

Ubuntu 16.04 (Xenial)
python-shade   1.5.1-0ubuntu1
ansible2.1.2.0-1ppa~xenia

I tried to upload an image to Glance in OpenStack Icehouse with Ansible:

...
  - name: Upload image to Glance
os_image:
  name: "{{ distro }}-server-amd64-{{ date }}"
  state: present
  is_public: True
  container_format: bare
  disk_format: qcow2
  filename: "{{ distro }}-server-cloudimg-amd64-disk1.img"

The image is there but property 'is_public' is false. Looking after 
https://anonscm.debian.org/cgit/python-modules/packages/python-shade.git/tree/shade/openstackcloud.py?h=upstream#n1964
the parameter get lost. Something like this would work:

if 'is_public' in kwargs:
image_kwargs['is_public'] = kwargs.pop('is_public')

** Affects: python-shade (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  OpenStack os_image is_public flag does not make image public in Glance
  V1 API

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-shade/+bug/1632482/+subscriptions

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


[Bug 1581818] Re: lxc snapshot c1 --stateful error: checkpoint failed

2016-05-16 Thread Frank Kloeker
Indeed! I installed linux-image-extra-4.4.0-22-generic into the VM and it's 
work correctly. 
Thx, Tycho!

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

Title:
  lxc snapshot c1 --stateful error: checkpoint failed

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

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


[Bug 1581818] [NEW] lxc snapshot c1 --stateful error: checkpoint failed

2016-05-14 Thread Frank Kloeker
Public bug reported:

Environment: Single VM on OpenStack Mitaka Devstack installation,
xenial-server-cloudimg-amd64 (2016/05/02)

related package version: 
lxd 2.0.0-0ubuntu4
criu 2.0-2ubuntu3

file backend and/or ZFS (no different)

I tried "lxc snapshot c1 -stateful" and became an error: checkpoint failed
I observed the issue only on kvm hypervisor (OpenStack), the same configuration 
on XenServer works fine.

** Affects: lxc (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "related logs from container c1"
   
https://bugs.launchpad.net/bugs/1581818/+attachment/4662879/+files/c1_logs.tgz

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

Title:
  lxc snapshot c1 --stateful error: checkpoint failed

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

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


[Bug 1569679] Re: lxc failed to do lxc-checkpoint again

2016-05-14 Thread Frank Kloeker
Thanks, Tycho: Here is the new bug: #1581818

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

Title:
  lxc failed to do lxc-checkpoint again

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

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


[Bug 1569679] Re: lxc failed to do lxc-checkpoint again

2016-05-08 Thread Frank Kloeker
I have the same issue on a fresh installed Ubuntu-16.04 VM on OpenStack,
but not in a VM on Citrix XenCenter. Are there some depedencies from the
hypervisor?

criu 2.0-2ubuntu3 amd64
lxd  2.0.0-0ubuntu4 amd64
lxd-client 2.0.0-0ubuntu4 amd64 

snapshot_dump.log:

Error (cr-dump.c:1600): Dumping FAILED.

lxc.log:

lxc 20160508091123.039 INFO lxc_criu - criu.c:exec_criu:392 - 
execing: /usr/sbin/criu dump --tcp-established --file-locks --link-remap 
--force-irmap --manage-cgroups --ext-mount-map auto --enable-external-sharing 
--enable-external-masters --enable-fs hugetlbfs --enable-fs tracefs -D 
/var/lib/lxd/containers/c1/rootfs/state -o 
/var/lib/lxd/containers/c1/rootfs/state/dump.log -vv -t 6418 
--freeze-cgroup /sys/fs/cgroup/freezer///lxc/c1 --ext-mount-map 
/dev/console:console --external tty[880
lxc 20160508091123.041 DEBUGlxc_commands - 
commands.c:lxc_cmd_handler:893 - peer has disconnected
lxc 20160508091123.074 ERRORlxc_criu - criu.c:do_dump:879 - 
dump failed with 1

When I enter this manually, I get the message:
Error (image.c:404): Can't open dir /var/lib/lxd/containers/c1/rootfs/state: No 
such file or directory

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

Title:
  lxc failed to do lxc-checkpoint again

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

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