lvremove can't delete volume with --force on Ubuntu

Bug #1369524 reported by Ilya Shakhat
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Mirantis OpenStack
Fix Committed
High
Dmitry Burmistrov
10.0.x
Won't Fix
High
MOS Linux
5.0.x
Won't Fix
High
Ivan Kolodyazhny
5.1.x
Won't Fix
High
Ivan Kolodyazhny
6.0.x
Fix Committed
High
Dmitry Burmistrov
7.0.x
Won't Fix
High
Unassigned
8.0.x
Won't Fix
High
Unassigned
9.x
Fix Committed
High
Dmitry Burmistrov

Bug Description

VERSION:
  feature_groups:
    - mirantis
  production: "docker"
  release: "5.1"
  api: "1.0"
  build_number: "506"
  build_id: "2014-09-10_00-01-12"
  astute_sha: "b622d9b36dbdd1e03b282b9ee5b7435ba649e711"
  fuellib_sha: "e3f947cc4142210499a282bc5f183c333552fa23"
  ostf_sha: "1de6ed1c0b72f6687ffb4bebc2c939b135a88e34"
  nailgun_sha: "82091e0d61f252619a0842d0f8debb6b602a61fe"
  fuelmain_sha: "ca1b4839a70a10041f8eaf8b9ac995c8b0d4521a"

After long-running Rally job several volumes stay in Error_Deleting state. Cinder log contain the following pattern:
Failed to create iscsi target for vol
ume id:volume-656b2524-93cb-4a29-a4d8-98765451a7a3: Unexpected error while running command.
Command: sudo cinder-rootwrap /etc/cinder/rootwrap.conf tgt-admin --update iqn.2010-10.org.openstack:volume-656b2524-93cb-4a29-a4d8-98765451a7a3
Exit code: 22
Stdout: 'Command:\n\ttgtadm -C 0 --lld iscsi --op new --mode logicalunit --tid 2 --lun 1 -b /dev/cinder/volume-656b2524-93cb-4a29-a4d8-98765451a7a3 \nexited with code: 22.\n'
Stderr: 'tgtadm: this logical unit number already exists\n'
(see the whole log attached)

Rally scenario:
{
    "NovaServers.boot_server_from_volume_and_delete": [
        {
            "args": {
                "flavor": {
                    "name": "m1.nano"
                },
                "image": {
                    "name": "TestVM"
                },
                "volume_size": 10
            },
            "runner": {
                "type": "constant",
                "times": 100,
                "concurrency": 2
            },
            "context": {
                "users": {
                    "tenants": 3,
                    "users_per_tenant": 2
                }
            }
        }
    ]
}

Issue is reproduced only with Ubuntu 12.04 and lvm2 v.2.02.66. It works good on CentOS with lvm2 v.2.02.100 and Ubuntu 14.04 with lvm2 v.2.02.98

In CentOS lvm2 fixed in 2.02.86 (https://bugzilla.redhat.com/show_bug.cgi?id=570359).

Short steps to reproduce:
# dd if=/dev/zero of=/root/tmp bs=1G count=2
# losetup /dev/loop0 /root/tmp
# pvcreate /dev/loop0
# vgcreate testvg /dev/loop0
# lvcreate -L 1G testvg -n test

Then in parallel write to a new volume (e.g.: sudo dd if=/dev/zero of=/dev/testvg/test bs=1G count=2) and run 'lvremove -f /dev/testvg/test' command.

Expected result:
Logical volume "test" successfully removed

Actual result:
Can't remove open logical volume "test"

Tags: cinder scale
Revision history for this message
Ilya Shakhat (shakhat) wrote :
tags: added: cinder
Revision history for this message
Ilya Shakhat (shakhat) wrote :

Most probably the reason is in race between 2 operations on volumes 656b2524-93cb-4a29-a4d8-98765451a7a3 and 3082fd2c-a976-45ad-b9ac-889c10ed79d2 as both of them were processed within 0.02 seconds and both failed

Changed in mos:
importance: Undecided → Medium
assignee: nobody → Ivan Kolodyazhny (e0ne)
milestone: none → 5.1.1
Revision history for this message
Ivan Kolodyazhny (e0ne) wrote :
Revision history for this message
Ivan Kolodyazhny (e0ne) wrote :

Issue is not reproduced on after re-deployment with the latest ISO. Need more detailed steps to reproduce

Igor Marnat (imarnat)
tags: added: scale
Revision history for this message
Ivan Kolodyazhny (e0ne) wrote :

Issue is reproducible on a simple virtualized env: controller+compute,cinder

Revision history for this message
Ivan Kolodyazhny (e0ne) wrote :
Revision history for this message
OSCI Robot (oscirobot) wrote :
Revision history for this message
OSCI Robot (oscirobot) wrote :
Revision history for this message
Pavel Boldin (pboldin) wrote :

I would like to check and find the root cause for this bug.

Revision history for this message
OSCI Robot (oscirobot) wrote :

RPM package cinder has been built for project openstack/cinder
Package version == 2014.2, package release == fuel6.0.mira11.git.a79f969.c82206a

Changeset: https://review.fuel-infra.org/818
project: openstack/cinder
branch: openstack-ci/fuel-6.0/2014.2
author: Ivan Kolodyazhny
committer: Ivan Kolodyazhny
subject: Change fdatasync to fsync for conv dd flag
status: patchset-created

Files placed on repository:
openstack-cinder-2014.2-fuel6.0.mira11.git.a79f969.c82206a.noarch.rpm
openstack-cinder-doc-2014.2-fuel6.0.mira11.git.a79f969.c82206a.noarch.rpm
python-cinder-2014.2-fuel6.0.mira11.git.a79f969.c82206a.noarch.rpm

NOTE: Changeset is not merged, created temporary package repository.
RPM repository URL: http://osci-obs.vm.mirantis.net:82/centos-fuel-6.0-stable-818/centos

Revision history for this message
OSCI Robot (oscirobot) wrote :

DEB package cinder has been built for project openstack/cinder
Package version == 2014.2, package release == fuel6.0~mira13+git.a79f969.c82206a

Changeset: https://review.fuel-infra.org/818
project: openstack/cinder
branch: openstack-ci/fuel-6.0/2014.2
author: Ivan Kolodyazhny
committer: Ivan Kolodyazhny
subject: Change fdatasync to fsync for conv dd flag
status: patchset-created

Files placed on repository:
cinder-api_2014.2-fuel6.0~mira13+git.a79f969.c82206a_all.deb
cinder-backup_2014.2-fuel6.0~mira13+git.a79f969.c82206a_all.deb
cinder-common_2014.2-fuel6.0~mira13+git.a79f969.c82206a_all.deb
cinder-scheduler_2014.2-fuel6.0~mira13+git.a79f969.c82206a_all.deb
cinder-volume_2014.2-fuel6.0~mira13+git.a79f969.c82206a_all.deb
python-cinder_2014.2-fuel6.0~mira13+git.a79f969.c82206a_all.deb

NOTE: Changeset is not merged, created temporary package repository.
DEB repository URL: http://osci-obs.vm.mirantis.net:82/ubuntu-fuel-6.0-stable-818/ubuntu

Revision history for this message
OSCI Robot (oscirobot) wrote :

RPM package cinder has been built for project openstack/cinder
Package version == 2014.2, package release == fuel6.0.mira12.git.ef29d59.1112a1f

Changeset: https://review.fuel-infra.org/218
project: openstack/cinder
branch: openstack-ci/fuel-6.0/2014.2
author: Ivan Kolodyazhny
committer: Ivan Kolodyazhny
subject: Change fdatasync to fsync for conv dd flag
status: patchset-created

Files placed on repository:
openstack-cinder-2014.2-fuel6.0.mira12.git.ef29d59.1112a1f.noarch.rpm
openstack-cinder-doc-2014.2-fuel6.0.mira12.git.ef29d59.1112a1f.noarch.rpm
python-cinder-2014.2-fuel6.0.mira12.git.ef29d59.1112a1f.noarch.rpm

NOTE: Changeset is not merged, created temporary package repository.
RPM repository URL: http://osci-obs.vm.mirantis.net:82/centos-fuel-6.0-stable-218/centos

Revision history for this message
OSCI Robot (oscirobot) wrote :

DEB package cinder has been built for project openstack/cinder
Package version == 2014.2, package release == fuel6.0~mira14+git.ef29d59.1112a1f

Changeset: https://review.fuel-infra.org/218
project: openstack/cinder
branch: openstack-ci/fuel-6.0/2014.2
author: Ivan Kolodyazhny
committer: Ivan Kolodyazhny
subject: Change fdatasync to fsync for conv dd flag
status: patchset-created

Files placed on repository:
cinder-api_2014.2-fuel6.0~mira14+git.ef29d59.1112a1f_all.deb
cinder-backup_2014.2-fuel6.0~mira14+git.ef29d59.1112a1f_all.deb
cinder-common_2014.2-fuel6.0~mira14+git.ef29d59.1112a1f_all.deb
cinder-scheduler_2014.2-fuel6.0~mira14+git.ef29d59.1112a1f_all.deb
cinder-volume_2014.2-fuel6.0~mira14+git.ef29d59.1112a1f_all.deb
python-cinder_2014.2-fuel6.0~mira14+git.ef29d59.1112a1f_all.deb

NOTE: Changeset is not merged, created temporary package repository.
DEB repository URL: http://osci-obs.vm.mirantis.net:82/ubuntu-fuel-6.0-stable-218/ubuntu

Revision history for this message
Aleksandr Shaposhnikov (alashai8) wrote :

Guys, because of this issue we couldn't certify MOS 6.0 with Cinder/LVM at least on Ubuntu because of this issue. Could we increase severity of it to HIGH/CRITICAL ? This problem occurs on scale because cinder dd'ing logical volumes by zeroes and on high load it basically could do that in reasonable time and and delete volume. So this bug wouldn't appear on 1 by 1 volumes creation/attach/delete and so on but in production use cases it will lead to the described issue and customer will get a lot of hanged tasks and a lot of trash in volumes db, wasting space and so on. We have to merge that ASAP.

Revision history for this message
Dmitry Mescheryakov (dmitrymex) wrote :

Agree with Alexander here, raising importance to high

Ivan Kolodyazhny (e0ne)
summary: - Volumes hanging in Error Deleting state
+ lvremove can't delete volume
Ivan Kolodyazhny (e0ne)
description: updated
Revision history for this message
Vladimir Kuklin (vkuklin) wrote :
summary: - lvremove can't delete volume
+ lvremove can't delete volume with --force
summary: - lvremove can't delete volume with --force
+ lvremove can't delete volume with --force on Ubuntu
Revision history for this message
Alexei Sheplyakov (asheplyakov) wrote :

> Short steps to reproduce:
> # dd if=/dev/zero of=/root/tmp bs=1G count=2
> # losetup /dev/loop0 /root/tmp
> # pvcreate /dev/loop0
> # vgcreate testvg /dev/loop0
> # lvcreate -L 1G testvg -n test

> Then in parallel write to a new volume (e.g.: sudo dd if=/dev/zero of=/dev/testvg/test bs=1G count=2)
> and run 'lvremove -f /dev/testvg/test' command.

> Expected result:
> Logical volume "test" successfully removed

The expectation is totally wrong. The device which is in use can not (and should not) be removed.
The --force switch does not override/bypass the check, it's just skips the confirmation step (which
is intended for interactive usage).

Revision history for this message
Ivan Kolodyazhny (e0ne) wrote :

Alexei,
my comments were not clear enough. Current CentOS behavior is to remove lvm when device/lvm became not used. Parallel run of this two commands is simpler way to run/emulate 'remove' after write to volume with zero delay.

Revision history for this message
OSCI Robot (oscirobot) wrote :

DEB package lvm2 has been built for project packages/precise/lvm2
Package version == , package release ==

Changeset: https://review.fuel-infra.org/1271
project: packages/precise/lvm2
branch: master
author: Aleksandr Mogylchenko
committer: Aleksandr Mogylchenko
subject: Import LVM2 from Ubuntu Trusty
status: patchset-created

Files placed on repository:
clvm_2.02.98-6ubuntu2_amd64.deb
dmeventd_1.02.77-6ubuntu2_amd64.deb
dmsetup_1.02.77-6ubuntu2_amd64.deb
libdevmapper-dev_1.02.77-6ubuntu2_amd64.deb
libdevmapper-event1.02.1_1.02.77-6ubuntu2_amd64.deb
libdevmapper1.02.1_1.02.77-6ubuntu2_amd64.deb
liblvm2-dev_2.02.98-6ubuntu2_amd64.deb
liblvm2app2.2_2.02.98-6ubuntu2_amd64.deb
liblvm2cmd2.02_2.02.98-6ubuntu2_amd64.deb
lvm2_2.02.98-6ubuntu2_amd64.deb

NOTE: Changeset is not merged, created temporary package repository.
DEB repository URL: /ubuntu-fuel-master-1271/ubuntu

Revision history for this message
Alexei Sheplyakov (asheplyakov) wrote :

Ivan,

> Current CentOS behavior is to remove lvm when device/lvm became not used.

I don't think lvm could possibly operate that way. Waiting until the LV in question gets released
might take an indefinitely long time.

> Parallel run of this two commands is simpler way to run/emulate 'remove' after write to volume with zero delay.

Well, such a simulation is misleading, also, just because the dd process has exited doesn't mean
the LV it was writing to gets immediately released (there might be some data in the block cache,
and it has no way to find out that those zeros are actually useless and can be discarded). Perhaps
you patch (conv=fsync) will improve things a bit.

Revision history for this message
OSCI Robot (oscirobot) wrote :

DEB package lvm2 has been built for project packages/precise/lvm2
Package version == , package release ==

Changeset: https://review.fuel-infra.org/1272
project: packages/precise/lvm2
branch: 6.0
author: Aleksandr Mogylchenko
committer: Aleksandr Mogylchenko
subject: Import LVM 2.02.98 from Ubuntu Trusty
status: patchset-created

Files placed on repository:
clvm_2.02.98-6ubuntu2_amd64.deb
dmeventd_1.02.77-6ubuntu2_amd64.deb
dmsetup_1.02.77-6ubuntu2_amd64.deb
libdevmapper-dev_1.02.77-6ubuntu2_amd64.deb
libdevmapper-event1.02.1_1.02.77-6ubuntu2_amd64.deb
libdevmapper1.02.1_1.02.77-6ubuntu2_amd64.deb
liblvm2-dev_2.02.98-6ubuntu2_amd64.deb
liblvm2app2.2_2.02.98-6ubuntu2_amd64.deb
liblvm2cmd2.02_2.02.98-6ubuntu2_amd64.deb
lvm2_2.02.98-6ubuntu2_amd64.deb

NOTE: Changeset is not merged, created temporary package repository.
DEB repository URL: /ubuntu-fuel-6.0-stable-1272/ubuntu

Revision history for this message
Aleksander Mogylchenko (amogylchenko) wrote :

Ivan, could you please do final round of testing with above package on MOS 6.0, so we could be sure nothing else is broken?

Revision history for this message
Aleksander Mogylchenko (amogylchenko) wrote :

Resuming the device manually fixes the problem:
-> dmsetup resume cinder-volume--38a20fa4--24e6--4707--9c07--fd6b19b0aae5

More details here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659762

Revision history for this message
OSCI Robot (oscirobot) wrote :

DEB package init-system-helper has been built for project packages/precise/init-system-helper
Package version == , package release ==

Changeset: https://review.fuel-infra.org/1331
project: packages/precise/init-system-helper
branch: 6.0
author: Sergey Otpuschennikov
committer: Sergey Otpuschennikov
subject: Add init-system-helper v.1.14
status: patchset-created

Files placed on repository:
dh-systemd_1.14_all.deb
init-system-helpers_1.14_all.deb

NOTE: Changeset is not merged, created temporary package repository.
DEB repository URL: /ubuntu-fuel-6.0-stable-1331/ubuntu

Revision history for this message
OSCI Robot (oscirobot) wrote :

DEB package init-system-helper has been built for project packages/precise/init-system-helper
Package version == , package release ==

Changeset: https://review.fuel-infra.org/1331
project: packages/precise/init-system-helper
branch: 6.0
author: Sergey Otpuschennikov
committer: Sergey Otpuschennikov
subject: Add init-system-helper v.1.14
status: change-merged

Files placed on repository:
dh-systemd_1.14_all.deb
init-system-helpers_1.14_all.deb

Changeset merged. Package placed on primary repository
DEB repository URL: /ubuntu-fuel-6.0-stable/ubuntu

Revision history for this message
OSCI Robot (oscirobot) wrote :

DEB package lvm2 has been built for project packages/precise/lvm2
Package version == , package release ==

Changeset: https://review.fuel-infra.org/1313
project: packages/precise/lvm2
branch: 6.0
author: Aleksandr Mogylchenko
committer: Aleksandr Mogylchenko
subject: Updating LVM2 to most recent available version.
status: patchset-created

Files placed on repository:
clvm_2.02.111-2ubuntu1_amd64.deb
dmeventd_1.02.90-2ubuntu1_amd64.deb
dmsetup_1.02.90-2ubuntu1_amd64.deb
libdevmapper-dev_1.02.90-2ubuntu1_amd64.deb
libdevmapper-event1.02.1_1.02.90-2ubuntu1_amd64.deb
libdevmapper1.02.1_1.02.90-2ubuntu1_amd64.deb
liblvm2-dev_2.02.111-2ubuntu1_amd64.deb
liblvm2app2.2_2.02.111-2ubuntu1_amd64.deb
liblvm2cmd2.02_2.02.111-2ubuntu1_amd64.deb
lvm2_2.02.111-2ubuntu1_amd64.deb

NOTE: Changeset is not merged, created temporary package repository.
DEB repository URL: /ubuntu-fuel-6.0-stable-1313/ubuntu

Revision history for this message
OSCI Robot (oscirobot) wrote :

DEB package lvm2 has been built for project packages/precise/lvm2
Package version == , package release ==

Changeset: https://review.fuel-infra.org/1313
project: packages/precise/lvm2
branch: 6.0
author: Aleksandr Mogylchenko
committer: Aleksandr Mogylchenko
subject: Updating LVM2 to most recent available version.
status: change-merged

Files placed on repository:
clvm_2.02.111-2ubuntu1_amd64.deb
dmeventd_1.02.90-2ubuntu1_amd64.deb
dmsetup_1.02.90-2ubuntu1_amd64.deb
libdevmapper-dev_1.02.90-2ubuntu1_amd64.deb
libdevmapper-event1.02.1_1.02.90-2ubuntu1_amd64.deb
libdevmapper1.02.1_1.02.90-2ubuntu1_amd64.deb
liblvm2-dev_2.02.111-2ubuntu1_amd64.deb
liblvm2app2.2_2.02.111-2ubuntu1_amd64.deb
liblvm2cmd2.02_2.02.111-2ubuntu1_amd64.deb
lvm2_2.02.111-2ubuntu1_amd64.deb

Changeset merged. Package placed on primary repository
DEB repository URL: /ubuntu-fuel-6.0-stable/ubuntu

Revision history for this message
Ivan Kolodyazhny (e0ne) wrote :

Waiting until packages land in mirrors

Revision history for this message
OSCI Robot (oscirobot) wrote :

DEB package init-system-helper has been built for project packages/precise/init-system-helper
Package version == , package release ==

Changeset: https://review.fuel-infra.org/1358
project: packages/precise/init-system-helper
branch: 6.0.1
author: Sergey Otpuschennikov
committer: Sergey Otpuschennikov
subject: Add init-system-helper v.1.14
status: patchset-created

Files placed on repository:
dh-systemd_1.14_all.deb
init-system-helpers_1.14_all.deb

NOTE: Changeset is not merged, created temporary package repository.
DEB repository URL: /ubuntu-fuel-6.0.1-stable-1358/ubuntu

Revision history for this message
OSCI Robot (oscirobot) wrote :

DEB package init-system-helper has been built for project packages/precise/init-system-helper
Package version == , package release ==

Changeset: https://review.fuel-infra.org/1357
project: packages/precise/init-system-helper
branch: 6.1
author: Sergey Otpuschennikov
committer: Sergey Otpuschennikov
subject: Add init-system-helper v.1.14
status: patchset-created

Files placed on repository:
dh-systemd_1.14_all.deb
init-system-helpers_1.14_all.deb

NOTE: Changeset is not merged, created temporary package repository.
DEB repository URL: /ubuntu-fuel-6.1-stable-1357/ubuntu

Revision history for this message
OSCI Robot (oscirobot) wrote :

DEB package lvm2 has been built for project cgmos/precise/lvm2
Package version == , package release ==

Changeset: http://gerrit.mirantis.com/41079
project: cgmos/precise/lvm2
branch: cgmos/release/15B
author: Valery Sakharov
committer: Sergey Yudin
subject: Fix for bug 1369524.
status: patchset-created

Files placed on repository:
clvm_2.02.111-2ubuntu1_amd64.deb
dmeventd_1.02.90-2ubuntu1_amd64.deb
dmsetup_1.02.90-2ubuntu1_amd64.deb
libdevmapper-dev_1.02.90-2ubuntu1_amd64.deb
libdevmapper-event1.02.1_1.02.90-2ubuntu1_amd64.deb
libdevmapper1.02.1_1.02.90-2ubuntu1_amd64.deb
liblvm2-dev_2.02.111-2ubuntu1_amd64.deb
liblvm2app2.2_2.02.111-2ubuntu1_amd64.deb
liblvm2cmd2.02_2.02.111-2ubuntu1_amd64.deb
lvm2_2.02.111-2ubuntu1_amd64.deb

NOTE: Changeset is not merged, created temporary package repository.
DEB repository URL: /15B-drop7-ericsson-cgmos-15B-ubuntu-12.04-base-41079/ubuntu

Revision history for this message
OSCI Robot (oscirobot) wrote :

DEB package init-system-helper has been built for project cgmos/precise/init-system-helper
Package version == , package release ==

Changeset: http://gerrit.mirantis.com/41080
project: cgmos/precise/init-system-helper
branch: cgmos/release/15B
author: Valery Sakharov
committer: Sergey Yudin
subject: Fix for bug bug 1369524.
status: patchset-created

Files placed on repository:
dh-systemd_1.14_all.deb
init-system-helpers_1.14_all.deb

NOTE: Changeset is not merged, created temporary package repository.
DEB repository URL: /15B-drop7-ericsson-cgmos-15B-ubuntu-12.04-base-41080/ubuntu

Revision history for this message
OSCI Robot (oscirobot) wrote :

DEB package init-system-helper has been built for project cgmos/precise/init-system-helper
Package version == , package release ==

Changeset: http://gerrit.mirantis.com/41080
project: cgmos/precise/init-system-helper
branch: cgmos/release/15B
author: Valery Sakharov
committer: Sergey Yudin
subject: Fix for bug bug 1369524.
status: change-merged

Files placed on repository:
dh-systemd_1.14_all.deb
init-system-helpers_1.14_all.deb

Changeset merged. Package placed on primary repository
DEB repository URL: /ericsson-cgmos-15B-ubuntu-12.04-base/ubuntu

Revision history for this message
OSCI Robot (oscirobot) wrote :

DEB package init-system-helper has been built for project cgmos/precise/init-system-helper
Package version == , package release ==

Changeset: http://gerrit.mirantis.com/41080
project: cgmos/precise/init-system-helper
branch: cgmos/release/15B
author: Valery Sakharov
committer: Sergey Yudin
subject: Fix for bug bug 1369524.
status: change-merged

Files placed on repository:
dh-systemd_1.14_all.deb
init-system-helpers_1.14_all.deb

Changeset merged. Package placed on primary repository
DEB repository URL: /15B-drop7-ericsson-cgmos-15B-ubuntu-12.04-base/ubuntu

Revision history for this message
OSCI Robot (oscirobot) wrote :

DEB package lvm2 has been built for project cgmos/precise/lvm2
Package version == , package release ==

Changeset: http://gerrit.mirantis.com/41079
project: cgmos/precise/lvm2
branch: cgmos/release/15B
author: Valery Sakharov
committer: Sergey Yudin
subject: Fix for bug 1369524.
status: change-merged

Files placed on repository:
clvm_2.02.111-2ubuntu1_amd64.deb
dmeventd_1.02.90-2ubuntu1_amd64.deb
dmsetup_1.02.90-2ubuntu1_amd64.deb
libdevmapper-dev_1.02.90-2ubuntu1_amd64.deb
libdevmapper-event1.02.1_1.02.90-2ubuntu1_amd64.deb
libdevmapper1.02.1_1.02.90-2ubuntu1_amd64.deb
liblvm2-dev_2.02.111-2ubuntu1_amd64.deb
liblvm2app2.2_2.02.111-2ubuntu1_amd64.deb
liblvm2cmd2.02_2.02.111-2ubuntu1_amd64.deb
lvm2_2.02.111-2ubuntu1_amd64.deb

Changeset merged. Package placed on primary repository
DEB repository URL: /ericsson-cgmos-15B-ubuntu-12.04-base/ubuntu

Revision history for this message
OSCI Robot (oscirobot) wrote :

DEB package lvm2 has been built for project cgmos/precise/lvm2
Package version == , package release ==

Changeset: http://gerrit.mirantis.com/41079
project: cgmos/precise/lvm2
branch: cgmos/release/15B
author: Valery Sakharov
committer: Sergey Yudin
subject: Fix for bug 1369524.
status: change-merged

Files placed on repository:
clvm_2.02.111-2ubuntu1_amd64.deb
dmeventd_1.02.90-2ubuntu1_amd64.deb
dmsetup_1.02.90-2ubuntu1_amd64.deb
libdevmapper-dev_1.02.90-2ubuntu1_amd64.deb
libdevmapper-event1.02.1_1.02.90-2ubuntu1_amd64.deb
libdevmapper1.02.1_1.02.90-2ubuntu1_amd64.deb
liblvm2-dev_2.02.111-2ubuntu1_amd64.deb
liblvm2app2.2_2.02.111-2ubuntu1_amd64.deb
liblvm2cmd2.02_2.02.111-2ubuntu1_amd64.deb
lvm2_2.02.111-2ubuntu1_amd64.deb

Changeset merged. Package placed on primary repository
DEB repository URL: /15B-drop7-ericsson-cgmos-15B-ubuntu-12.04-base/ubuntu

Revision history for this message
Ilya Menkov (imenkov) wrote :

Reproduced on stable 7.0

Revision history for this message
Ivan Kolodyazhny (e0ne) wrote :

Bug should be fixed with new lvm2 package in Ubuntu 16.04 in MOS 10

Revision history for this message
Dmitry Teselkin (teselkin-d) wrote :

> Issue is reproduced only with Ubuntu 12.04 and lvm2 v.2.02.66.
> It works good on CentOS with lvm2 v.2.02.100 and Ubuntu 14.04 with lvm2 v.2.02.98

MOS-6.1 was fixed with lvm2-2.02.111

Ubuntu Xenial contains lvm2-2.02.113

This bug shouldn't be valid for 10.0

Revision history for this message
Fuel Devops McRobotson (fuel-devops-robot) wrote : Change abandoned on packages/precise/init-system-helper (6.0.1)

Change abandoned by Sergey Otpuschennikov <email address hidden> on branch: 6.0.1
Review: https://review.fuel-infra.org/1358

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.