Your message dated Sun, 07 Apr 2019 19:05:09 +0000
with message-id <e1hdd6l-000htr...@fasolo.debian.org>
and subject line Bug#924061: fixed in ceph 12.2.11+dfsg1-2.1
has caused the Debian Bug report #924061,
regarding ceph-osd: missing systemd service in package: ceph-volume@.service
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
924061: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924061
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ceph-osd
Version: 12.2.11+dfsg1-2
Severity: normal

Dear Maintainer,

   * What led up to the situation?

I was learning how to set up a ceph cluster. I got this error when setting up 
an osd:

root@mnemos-000:~# ceph-volume lvm create --data /dev/sda4
Running command: /usr/bin/ceph-authtool --gen-print-key
Running command: /usr/bin/ceph --cluster ceph --name client.bootstrap-osd 
--keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 
f28b9512-b4b7-4fd4-a9c6-6b811f3e2668
Running command: vgcreate --force --yes 
ceph-f1faaddc-1461-46cb-b4a0-5eb7686e10da /dev/sda4
 stdout: Physical volume "/dev/sda4" successfully created.
 stdout: Volume group "ceph-f1faaddc-1461-46cb-b4a0-5eb7686e10da" successfully 
created
Running command: lvcreate --yes -l 100%FREE -n 
osd-block-f28b9512-b4b7-4fd4-a9c6-6b811f3e2668 
ceph-f1faaddc-1461-46cb-b4a0-5eb7686e10da
 stdout: Logical volume "osd-block-f28b9512-b4b7-4fd4-a9c6-6b811f3e2668" 
created.
Running command: /usr/bin/ceph-authtool --gen-print-key
Running command: mount -t tmpfs tmpfs /var/lib/ceph/osd/ceph-0
--> Absolute path not found for executable: restorecon
--> Ensure $PATH environment variable contains common executable locations
Running command: chown -h ceph:ceph 
/dev/ceph-f1faaddc-1461-46cb-b4a0-5eb7686e10da/osd-block-f28b9512-b4b7-4fd4-a9c6-6b811f3e2668
Running command: chown -R ceph:ceph /dev/dm-0
Running command: ln -s 
/dev/ceph-f1faaddc-1461-46cb-b4a0-5eb7686e10da/osd-block-f28b9512-b4b7-4fd4-a9c6-6b811f3e2668
 /var/lib/ceph/osd/ceph-0/block
Running command: ceph --cluster ceph --name client.bootstrap-osd --keyring 
/var/lib/ceph/bootstrap-osd/ceph.keyring mon getmap -o 
/var/lib/ceph/osd/ceph-0/activate.monmap
 stderr: got monmap epoch 1
Running command: ceph-authtool /var/lib/ceph/osd/ceph-0/keyring 
--create-keyring --name osd.0 --add-key AQBFHnlcTgfKNBAAYZJWbQKfEZMqslPZ6RLaAg==
 stdout: creating /var/lib/ceph/osd/ceph-0/keyring
added entity osd.0 auth auth(auid = 18446744073709551615 
key=AQBFHnlcTgfKNBAAYZJWbQKfEZMqslPZ6RLaAg== with 0 caps)
Running command: chown -R ceph:ceph /var/lib/ceph/osd/ceph-0/keyring
Running command: chown -R ceph:ceph /var/lib/ceph/osd/ceph-0/
Running command: /usr/bin/ceph-osd --cluster ceph --osd-objectstore bluestore 
--mkfs -i 0 --monmap /var/lib/ceph/osd/ceph-0/activate.monmap --keyfile - 
--osd-data /var/lib/ceph/osd/ceph-0/ --osd-uuid 
f28b9512-b4b7-4fd4-a9c6-6b811f3e2668 --setuser ceph --setgroup ceph
--> ceph-volume lvm prepare successful for: /dev/sda4
Running command: chown -R ceph:ceph /var/lib/ceph/osd/ceph-0
Running command: ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev 
/dev/ceph-f1faaddc-1461-46cb-b4a0-5eb7686e10da/osd-block-f28b9512-b4b7-4fd4-a9c6-6b811f3e2668
 --path /var/lib/ceph/osd/ceph-0
Running command: ln -snf 
/dev/ceph-f1faaddc-1461-46cb-b4a0-5eb7686e10da/osd-block-f28b9512-b4b7-4fd4-a9c6-6b811f3e2668
 /var/lib/ceph/osd/ceph-0/block
Running command: chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block
Running command: chown -R ceph:ceph /dev/dm-0
Running command: chown -R ceph:ceph /var/lib/ceph/osd/ceph-0
Running command: systemctl enable 
ceph-volume@lvm-0-f28b9512-b4b7-4fd4-a9c6-6b811f3e2668
 stderr: Failed to enable unit: Unit file 
ceph-volume@lvm-0-f28b9512-b4b7-4fd4-a9c6-6b811f3e2668.service does not exist.
--> Was unable to complete a new OSD, will rollback changes
--> OSD will be fully purged from the cluster, because the ID was generated
Running command: ceph osd purge osd.0 --yes-i-really-mean-it
 stderr: purged osd.0
-->  RuntimeError: command returned non-zero exit status: 1


It appears that the /lib/systemd/system/ceph-volume@.service file is actually 
missing. If I'm not mistaken, it should be shipped in ceph-osd package.

Best Regards.
 


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.13.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages ceph-osd depends on:
ii  ceph-base                       12.2.11+dfsg1-2
ii  ceph-common                     12.2.11+dfsg1-2
ii  libaio1                         0.3.111-1
ii  libblkid1                       2.33.1-0.1
ii  libboost-iostreams1.67.0        1.67.0-13
ii  libboost-program-options1.67.0  1.67.0-13
ii  libboost-regex1.67.0            1.67.0-13
ii  libboost-system1.67.0           1.67.0-13
ii  libboost-thread1.67.0           1.67.0-13
ii  libc6                           2.28-7
ii  libfuse2                        2.9.9-1
ii  libgcc1                         1:7.2.0-16
ii  libgoogle-perftools4            2.7-1
ii  libibverbs1                     22.1-1
ii  libleveldb1v5                   1.20-2
ii  libnspr4                        2:4.20-1
ii  libnss3                         2:3.42.1-1
ii  librados2                       12.2.11+dfsg1-2
ii  libsnappy1v5                    1.1.7-1
ii  libstdc++6                      7.2.0-16
ii  python                          2.7.15-4
ii  python-pkg-resources            40.7.1-1
ii  python2.7                       2.7.16~rc1-1

ceph-osd recommends no packages.

ceph-osd suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: ceph
Source-Version: 12.2.11+dfsg1-2.1

We believe that the bug you reported is fixed in the latest version of
ceph, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 924...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bernd Zeimetz <b...@debian.org> (supplier of updated ceph package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 05 Apr 2019 15:12:52 +0200
Source: ceph
Architecture: source
Version: 12.2.11+dfsg1-2.1
Distribution: unstable
Urgency: medium
Maintainer: Ceph Maintainers <ceph-maintain...@lists.ceph.com>
Changed-By: Bernd Zeimetz <b...@debian.org>
Closes: 924061
Changes:
 ceph (12.2.11+dfsg1-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * [3194010] Install ceph-volume@.service into ceph-osd.
     (Closes: #924061)
Checksums-Sha1:
 1e09aea536652b2c2ab6bf8bbdef83dc7f4af983 5453 ceph_12.2.11+dfsg1-2.1.dsc
 1054a695230dd54add0bfafbe6691e462cc6cef4 386832 
ceph_12.2.11+dfsg1-2.1.debian.tar.xz
 3f16402b57c5ab095c0bb0f6d43c7bd909efecaf 20380 
ceph_12.2.11+dfsg1-2.1_source.buildinfo
Checksums-Sha256:
 9ac7dc57a5b0945d8c3e44f84c66adbc68b8633895c8cb0549f47befbb261ebb 5453 
ceph_12.2.11+dfsg1-2.1.dsc
 2838d74532318eae444586c16cb0c26ab69691200bd0d9eb3c0873ddc5238110 386832 
ceph_12.2.11+dfsg1-2.1.debian.tar.xz
 0a63eb7393758f3637de5a862f858f6976e9836dd97583b38e29e7bd4e4421cb 20380 
ceph_12.2.11+dfsg1-2.1_source.buildinfo
Files:
 5dd89d4dec60272d963eb55882b9866a 5453 admin optional ceph_12.2.11+dfsg1-2.1.dsc
 48f6bbfb404a2b305c3d03b2da6d9b72 386832 admin optional 
ceph_12.2.11+dfsg1-2.1.debian.tar.xz
 4ffbf56f80dc477445ec200878225c7c 20380 admin optional 
ceph_12.2.11+dfsg1-2.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEE7KHj8o4RJDLUhd2V6zYXGm/5Q18FAlynnoEACgkQ6zYXGm/5
Q19oCw/8CQpatIiJqpWL7sVLGSmvU9pJ4q0vkGQOBwvpe1BbsWbyT42ZlJzHOCkv
N4BtQG0dpfXGVwa3HLkIDWZ3P5uQfHlvZyqUM/wTb5mEHRb8Nq/OQTufxJPo7UfC
EsbebW6XG/wf6ubkx01oeXz4V4h5N8PqozdNTWkm09QZ1GrmkRZEmuYzuxGWTrHV
dk71u4yvQopOLzr0arsVgubU9e7bqwiIaqBtMcX40l7rckfsO52s0c66IvyN0I3n
z7LUGd+p0/XjUwpe2YknhIQCX85BjxglwyuD++dsYIFsrL/mpgOHW4cQdFx4uoao
nEawlfCmAHKMdJtPKro0wrK6l4fxSDTh219qYcOPrDB/uJVZes94FSxkne5zYu5m
nIuYCEfCc6bTEmDSS3IGnuAkn5HL5v5x0PaAfVCltlpxdEuPAZvspoWcfb/wLTVA
OTngNNVXLJSVf3G5OVZxeAqfhKr7k5uJ6gQhW1mtW8skd+JM/hQg3uauXp8hmCEf
S1RY/VVcCZEOpGa3WbTIN97OtikJJDwfGtrLx4lZG05B29KCYHCIQoHtbSy3XeXu
hcE9LTigDqpjA5flmORies+ieAFoP6MmkzqF+r4SFSC+ZNp73yT4sXzcXww64yML
Fu+8eH54DBSar75v+TkrPhy/glGyIkwd/qr1+rzIzReHG89JKxY=
=6fgP
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to