[Kernel-packages] [Bug 1842751] ProcInterrupts.txt

2019-09-05 Thread Ryan Beisner
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1842751/+attachment/5287038/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1842751

Title:
  [disco] [eoan] After unmount, cannot open /dev/vdb: Device or resource
  busy

Status in OpenStack cinder charm:
  New
Status in OpenStack nova-compute charm:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  Disco and Eoan device is busy after unmounting an ephemeral disk,
  cannot format the device until rebooting.

  This is blocking all of OpenStack Charms which interact with block
  devices (Nova Compute, Ceph, Swift, Cinder), on the Disco and Eoan
  series.  As we are nearing LTS-1, this will become urgent pretty
  quickly.

  Reproducer, on an OpenStack cloud:
  juju deploy cs:ubuntu ubuntu-bionic --series bionic
  juju deploy cs:ubuntu ubuntu-disco --series disco
  juju deploy cs:ubuntu ubuntu-eoan --series eoan

  
   Succeeds on Bionic:

  ubuntu@juju-8d01b7-foo-14:~$ uname -a
  Linux juju-8d01b7-foo-14 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 
UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

  ubuntu@juju-8d01b7-foo-14:~$ lsb_release -c
  Codename:   bionic

  ubuntu@juju-8d01b7-foo-14:~$ lsblk
  NAMEMAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
  vda 252:00   20G  0 disk 
  ├─vda1  252:10 19.9G  0 part /
  ├─vda14 252:14   04M  0 part 
  └─vda15 252:15   0  106M  0 part /boot/efi
  vdb 252:16   0   40G  0 disk /mnt

  ubuntu@juju-8d01b7-foo-14:~$ df -h
  Filesystem  Size  Used Avail Use% Mounted on
  udev985M 0  985M   0% /dev
  tmpfs   200M  712K  199M   1% /run
  /dev/vda120G  1.7G   18G   9% /
  tmpfs   997M 0  997M   0% /dev/shm
  tmpfs   5.0M 0  5.0M   0% /run/lock
  tmpfs   997M 0  997M   0% /sys/fs/cgroup
  /dev/vda15  105M  3.6M  101M   4% /boot/efi
  /dev/vdb 40G   49M   38G   1% /mnt
  tmpfs   100K 0  100K   0% /var/lib/lxd/shmounts
  tmpfs   100K 0  100K   0% /var/lib/lxd/devlxd
  tmpfs   200M 0  200M   0% /run/user/1000

  ubuntu@juju-8d01b7-foo-14:~$ sudo umount /dev/vdb

  ubuntu@juju-8d01b7-foo-14:~$ sudo mkfs.xfs -f -i size=1024 /dev/vdb
  meta-data=/dev/vdb   isize=1024   agcount=4, agsize=2621440 blks
   =   sectsz=512   attr=2, projid32bit=1
   =   crc=1finobt=1, sparse=0, rmapbt=0, 
reflink=0
  data =   bsize=4096   blocks=10485760, imaxpct=25
   =   sunit=0  swidth=0 blks
  naming   =version 2  bsize=4096   ascii-ci=0 ftype=1
  log  =internal log   bsize=4096   blocks=5120, version=2
   =   sectsz=512   sunit=0 blks, lazy-count=1
  realtime =none   extsz=4096   blocks=0, rtextents=0


   Fails on Disco:

  ubuntu@juju-8d01b7-foo-12:~$ uname -a
  Linux juju-8d01b7-foo-12 5.0.0-27-generic #28-Ubuntu SMP Tue Aug 20 19:53:07 
UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
  ubuntu@juju-8d01b7-foo-12:~$ lsb_release -c
  Codename:   disco

  ubuntu@juju-8d01b7-foo-12:~$ sudo umount /mnt

  ubuntu@juju-8d01b7-foo-12:~$ lsblk
  NAMEMAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
  loop0 7:00 88.7M  1 loop /snap/core/7396
  loop1 7:10 54.5M  1 loop /snap/lxd/11727
  vda 252:00   20G  0 disk 
  ├─vda1  252:10 19.9G  0 part /
  ├─vda14 252:14   04M  0 part 
  └─vda15 252:15   0  106M  0 part /boot/efi
  vdb 252:16   0   40G  0 disk 

  ubuntu@juju-8d01b7-foo-12:~$ sudo mkfs.xfs -f -i size=1024 /dev/vdb
  mkfs.xfs: cannot open /dev/vdb: Device or resource busy


   Fails on Eoan:

  ubuntu@juju-8d01b7-foo-13:~$ sudo umount /mnt

  ubuntu@juju-8d01b7-foo-13:~$ lsblk
  NAMEMAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
  loop0 7:00 88.7M  1 loop /snap/core/7396
  loop1 7:10 54.5M  1 loop /snap/lxd/11727
  vda 252:00   20G  0 disk 
  ├─vda1  252:10 19.9G  0 part /
  ├─vda14 252:14   04M  0 part 
  └─vda15 252:15   0  106M  0 part /boot/efi
  vdb 252:16   0   40G  0 disk 

  ubuntu@juju-8d01b7-foo-13:~$ sudo mkfs.xfs -f -i size=1024 /dev/vdb
  mkfs.xfs: cannot open /dev/vdb: Device or resource busy

  
  ..

  
  Original bug description:

  On disco-stein, hook failed: "config-changed" with mkfs.xfs: cannot
  open /dev/vdb: Device or resource busy

  https://openstack-ci-
  reports.ubuntu.com/artifacts/test_charm_pipeline_func_full/openstack
  /charm-cinder/678676/3/3803/index.html

  https://openstack-ci-
  reports.ubuntu.com/artifacts/test_charm_pipeline_func_full/openstack
  /charm-cinder/678676/3/3803/test_charm_func_full_7062/juju-status-
  zaza-5b39f0208674.txt

  https://openstack-ci-
  

[Kernel-packages] [Bug 1842751] ProcInterrupts.txt

2019-09-05 Thread Ryan Beisner
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1842751/+attachment/5287030/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1842751

Title:
  [disco] [eoan] After unmount, cannot open /dev/vdb: Device or resource
  busy

Status in OpenStack cinder charm:
  New
Status in OpenStack nova-compute charm:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  Disco and Eoan device is busy after unmounting an ephemeral disk,
  cannot format the device until rebooting.

  This is blocking all of OpenStack Charms which interact with block
  devices (Nova Compute, Ceph, Swift, Cinder), on the Disco and Eoan
  series.  As we are nearing LTS-1, this will become urgent pretty
  quickly.

  Reproducer, on an OpenStack cloud:
  juju deploy cs:ubuntu ubuntu-bionic --series bionic
  juju deploy cs:ubuntu ubuntu-disco --series disco
  juju deploy cs:ubuntu ubuntu-eoan --series eoan

  
   Succeeds on Bionic:

  ubuntu@juju-8d01b7-foo-14:~$ uname -a
  Linux juju-8d01b7-foo-14 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 
UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

  ubuntu@juju-8d01b7-foo-14:~$ lsb_release -c
  Codename:   bionic

  ubuntu@juju-8d01b7-foo-14:~$ lsblk
  NAMEMAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
  vda 252:00   20G  0 disk 
  ├─vda1  252:10 19.9G  0 part /
  ├─vda14 252:14   04M  0 part 
  └─vda15 252:15   0  106M  0 part /boot/efi
  vdb 252:16   0   40G  0 disk /mnt

  ubuntu@juju-8d01b7-foo-14:~$ df -h
  Filesystem  Size  Used Avail Use% Mounted on
  udev985M 0  985M   0% /dev
  tmpfs   200M  712K  199M   1% /run
  /dev/vda120G  1.7G   18G   9% /
  tmpfs   997M 0  997M   0% /dev/shm
  tmpfs   5.0M 0  5.0M   0% /run/lock
  tmpfs   997M 0  997M   0% /sys/fs/cgroup
  /dev/vda15  105M  3.6M  101M   4% /boot/efi
  /dev/vdb 40G   49M   38G   1% /mnt
  tmpfs   100K 0  100K   0% /var/lib/lxd/shmounts
  tmpfs   100K 0  100K   0% /var/lib/lxd/devlxd
  tmpfs   200M 0  200M   0% /run/user/1000

  ubuntu@juju-8d01b7-foo-14:~$ sudo umount /dev/vdb

  ubuntu@juju-8d01b7-foo-14:~$ sudo mkfs.xfs -f -i size=1024 /dev/vdb
  meta-data=/dev/vdb   isize=1024   agcount=4, agsize=2621440 blks
   =   sectsz=512   attr=2, projid32bit=1
   =   crc=1finobt=1, sparse=0, rmapbt=0, 
reflink=0
  data =   bsize=4096   blocks=10485760, imaxpct=25
   =   sunit=0  swidth=0 blks
  naming   =version 2  bsize=4096   ascii-ci=0 ftype=1
  log  =internal log   bsize=4096   blocks=5120, version=2
   =   sectsz=512   sunit=0 blks, lazy-count=1
  realtime =none   extsz=4096   blocks=0, rtextents=0


   Fails on Disco:

  ubuntu@juju-8d01b7-foo-12:~$ uname -a
  Linux juju-8d01b7-foo-12 5.0.0-27-generic #28-Ubuntu SMP Tue Aug 20 19:53:07 
UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
  ubuntu@juju-8d01b7-foo-12:~$ lsb_release -c
  Codename:   disco

  ubuntu@juju-8d01b7-foo-12:~$ sudo umount /mnt

  ubuntu@juju-8d01b7-foo-12:~$ lsblk
  NAMEMAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
  loop0 7:00 88.7M  1 loop /snap/core/7396
  loop1 7:10 54.5M  1 loop /snap/lxd/11727
  vda 252:00   20G  0 disk 
  ├─vda1  252:10 19.9G  0 part /
  ├─vda14 252:14   04M  0 part 
  └─vda15 252:15   0  106M  0 part /boot/efi
  vdb 252:16   0   40G  0 disk 

  ubuntu@juju-8d01b7-foo-12:~$ sudo mkfs.xfs -f -i size=1024 /dev/vdb
  mkfs.xfs: cannot open /dev/vdb: Device or resource busy


   Fails on Eoan:

  ubuntu@juju-8d01b7-foo-13:~$ sudo umount /mnt

  ubuntu@juju-8d01b7-foo-13:~$ lsblk
  NAMEMAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
  loop0 7:00 88.7M  1 loop /snap/core/7396
  loop1 7:10 54.5M  1 loop /snap/lxd/11727
  vda 252:00   20G  0 disk 
  ├─vda1  252:10 19.9G  0 part /
  ├─vda14 252:14   04M  0 part 
  └─vda15 252:15   0  106M  0 part /boot/efi
  vdb 252:16   0   40G  0 disk 

  ubuntu@juju-8d01b7-foo-13:~$ sudo mkfs.xfs -f -i size=1024 /dev/vdb
  mkfs.xfs: cannot open /dev/vdb: Device or resource busy

  
  ..

  
  Original bug description:

  On disco-stein, hook failed: "config-changed" with mkfs.xfs: cannot
  open /dev/vdb: Device or resource busy

  https://openstack-ci-
  reports.ubuntu.com/artifacts/test_charm_pipeline_func_full/openstack
  /charm-cinder/678676/3/3803/index.html

  https://openstack-ci-
  reports.ubuntu.com/artifacts/test_charm_pipeline_func_full/openstack
  /charm-cinder/678676/3/3803/test_charm_func_full_7062/juju-status-
  zaza-5b39f0208674.txt

  https://openstack-ci-
  

[Kernel-packages] [Bug 1842751] ProcInterrupts.txt

2019-09-05 Thread Ryan Beisner
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1842751/+attachment/5287022/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1842751

Title:
  [disco] [eoan] After unmount, cannot open /dev/vdb: Device or resource
  busy

Status in OpenStack cinder charm:
  New
Status in OpenStack nova-compute charm:
  New
Status in linux package in Ubuntu:
  New

Bug description:
  Disco and Eoan device is busy after unmounting an ephemeral disk,
  cannot format the device until rebooting.

  This is blocking all of OpenStack Charms which interact with block
  devices (Nova Compute, Ceph, Swift, Cinder), on the Disco and Eoan
  series.  As we are nearing LTS-1, this will become urgent pretty
  quickly.

  Reproducer, on an OpenStack cloud:
  juju deploy cs:ubuntu ubuntu-bionic --series bionic
  juju deploy cs:ubuntu ubuntu-disco --series disco
  juju deploy cs:ubuntu ubuntu-eoan --series eoan

  
   Succeeds on Bionic:

  ubuntu@juju-8d01b7-foo-14:~$ uname -a
  Linux juju-8d01b7-foo-14 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 
UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

  ubuntu@juju-8d01b7-foo-14:~$ lsb_release -c
  Codename:   bionic

  ubuntu@juju-8d01b7-foo-14:~$ lsblk
  NAMEMAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
  vda 252:00   20G  0 disk 
  ├─vda1  252:10 19.9G  0 part /
  ├─vda14 252:14   04M  0 part 
  └─vda15 252:15   0  106M  0 part /boot/efi
  vdb 252:16   0   40G  0 disk /mnt

  ubuntu@juju-8d01b7-foo-14:~$ df -h
  Filesystem  Size  Used Avail Use% Mounted on
  udev985M 0  985M   0% /dev
  tmpfs   200M  712K  199M   1% /run
  /dev/vda120G  1.7G   18G   9% /
  tmpfs   997M 0  997M   0% /dev/shm
  tmpfs   5.0M 0  5.0M   0% /run/lock
  tmpfs   997M 0  997M   0% /sys/fs/cgroup
  /dev/vda15  105M  3.6M  101M   4% /boot/efi
  /dev/vdb 40G   49M   38G   1% /mnt
  tmpfs   100K 0  100K   0% /var/lib/lxd/shmounts
  tmpfs   100K 0  100K   0% /var/lib/lxd/devlxd
  tmpfs   200M 0  200M   0% /run/user/1000

  ubuntu@juju-8d01b7-foo-14:~$ sudo umount /dev/vdb

  ubuntu@juju-8d01b7-foo-14:~$ sudo mkfs.xfs -f -i size=1024 /dev/vdb
  meta-data=/dev/vdb   isize=1024   agcount=4, agsize=2621440 blks
   =   sectsz=512   attr=2, projid32bit=1
   =   crc=1finobt=1, sparse=0, rmapbt=0, 
reflink=0
  data =   bsize=4096   blocks=10485760, imaxpct=25
   =   sunit=0  swidth=0 blks
  naming   =version 2  bsize=4096   ascii-ci=0 ftype=1
  log  =internal log   bsize=4096   blocks=5120, version=2
   =   sectsz=512   sunit=0 blks, lazy-count=1
  realtime =none   extsz=4096   blocks=0, rtextents=0


   Fails on Disco:

  ubuntu@juju-8d01b7-foo-12:~$ uname -a
  Linux juju-8d01b7-foo-12 5.0.0-27-generic #28-Ubuntu SMP Tue Aug 20 19:53:07 
UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
  ubuntu@juju-8d01b7-foo-12:~$ lsb_release -c
  Codename:   disco

  ubuntu@juju-8d01b7-foo-12:~$ sudo umount /mnt

  ubuntu@juju-8d01b7-foo-12:~$ lsblk
  NAMEMAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
  loop0 7:00 88.7M  1 loop /snap/core/7396
  loop1 7:10 54.5M  1 loop /snap/lxd/11727
  vda 252:00   20G  0 disk 
  ├─vda1  252:10 19.9G  0 part /
  ├─vda14 252:14   04M  0 part 
  └─vda15 252:15   0  106M  0 part /boot/efi
  vdb 252:16   0   40G  0 disk 

  ubuntu@juju-8d01b7-foo-12:~$ sudo mkfs.xfs -f -i size=1024 /dev/vdb
  mkfs.xfs: cannot open /dev/vdb: Device or resource busy


   Fails on Eoan:

  ubuntu@juju-8d01b7-foo-13:~$ sudo umount /mnt

  ubuntu@juju-8d01b7-foo-13:~$ lsblk
  NAMEMAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
  loop0 7:00 88.7M  1 loop /snap/core/7396
  loop1 7:10 54.5M  1 loop /snap/lxd/11727
  vda 252:00   20G  0 disk 
  ├─vda1  252:10 19.9G  0 part /
  ├─vda14 252:14   04M  0 part 
  └─vda15 252:15   0  106M  0 part /boot/efi
  vdb 252:16   0   40G  0 disk 

  ubuntu@juju-8d01b7-foo-13:~$ sudo mkfs.xfs -f -i size=1024 /dev/vdb
  mkfs.xfs: cannot open /dev/vdb: Device or resource busy

  
  ..

  
  Original bug description:

  On disco-stein, hook failed: "config-changed" with mkfs.xfs: cannot
  open /dev/vdb: Device or resource busy

  https://openstack-ci-
  reports.ubuntu.com/artifacts/test_charm_pipeline_func_full/openstack
  /charm-cinder/678676/3/3803/index.html

  https://openstack-ci-
  reports.ubuntu.com/artifacts/test_charm_pipeline_func_full/openstack
  /charm-cinder/678676/3/3803/test_charm_func_full_7062/juju-status-
  zaza-5b39f0208674.txt

  https://openstack-ci-