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

Also available in: Atom PDF