Project

General

Profile

Actions

Bug #13560

closed

unknown argument --quiet in udevadm settle

Added by Dietmar Maurer over 8 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Jason Dillaman
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
hammer,infernalis
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Seems 'rbd unmap' calls udevadm settle in krbd.c line 524:

} else {
/* * libudev does not provide the "wait until the queue is empty" * API or the sufficient amount of primitives to build it from.
*/
string err = run_cmd("udevadm", "settle", "--timeout", "10", "--quiet",
NULL);

When I run that command on a Debian Jessie standard installation I get
the following error:

  1. udevadm settle --timeout 10 --quiet
    Code should not be reached 'Unknown argument' at ../src/udev/udevadm-settle.c:87, function adm_settle(). Aborting.
    Aborted

There is no '--quiet' flag.


Related issues 2 (0 open2 closed)

Copied to rbd - Backport #13760: unknown argument --quiet in udevadm settleResolvedJosh DurginActions
Copied to rbd - Backport #13761: unknown argument --quiet in udevadm settleResolvedAbhishek VarshneyActions
Actions #1

Updated by Jason Dillaman over 8 years ago

  • Status changed from New to In Progress
  • Assignee set to Jason Dillaman
Actions #2

Updated by Jason Dillaman over 8 years ago

  • Status changed from In Progress to Fix Under Review
  • Backport set to firefly,hammer,infernalis
Actions #3

Updated by Jason Dillaman over 8 years ago

  • Backport changed from firefly,hammer,infernalis to hammer,infernalis
Actions #4

Updated by Loïc Dachary over 8 years ago

  • Copied to Backport #13760: unknown argument --quiet in udevadm settle added
Actions #5

Updated by Loïc Dachary over 8 years ago

  • Copied to Backport #13761: unknown argument --quiet in udevadm settle added
Actions #6

Updated by Jason Dillaman over 8 years ago

  • Status changed from Fix Under Review to Pending Backport
Actions #7

Updated by Mark Chaney over 8 years ago

Is there something holding this back from being backported? I can't remove remove any images until this is resolved for hammer on Debian Jessie.

Actions #8

Updated by Nathan Cutler over 8 years ago

The hammer fix has been merged: https://github.com/ceph/ceph/pull/6530

It should be included in the 0.94.6 release.

Actions #9

Updated by Nathan Cutler over 8 years ago

  • Status changed from Pending Backport to Resolved
Actions

Also available in: Atom PDF