Summary: | [RFE] print warning when multiple "--device=" options are used to create vdo device | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Rupesh Girase <rgirase> |
Component: | vdo | Assignee: | bjohnsto |
Status: | CLOSED ERRATA | QA Contact: | Filip Suba <fsuba> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.3 | CC: | awalsh, cwei, fsuba |
Target Milestone: | rc | Keywords: | FutureFeature, Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | vdo-6.2.5.11-14.el8 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-11-09 19:28:28 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: |
Description
Rupesh Girase
2021-03-29 09:14:53 UTC
Verified with vdo-6.2.5.11-14.el8. # vdo create -n vdo --device /dev/sdc --device /dev/sdd usage: vdo create [-h] -n <volume> --device <devicepath> [--activate {disabled,enabled}] [--blockMapCacheSize <megabytes>] [--blockMapPeriod <period>] [--compression {disabled,enabled}] [--deduplication {disabled,enabled}] [--emulate512 {disabled,enabled}] [--force] [--indexMem <gigabytes>] [--maxDiscardSize <megabytes>] [--sparseIndex {disabled,enabled}] [--uuid <uuid>] [--vdoAckThreads <threadCount>] [--vdoBioRotationInterval <ioCount>] [--vdoBioThreads <threadCount>] [--vdoCpuThreads <threadCount>] [--vdoHashZoneThreads <threadCount>] [--vdoLogicalSize <megabytes>] [--vdoLogicalThreads <threadCount>] [--vdoLogLevel {critical,error,warning,notice,info,debug}] [--vdoPhysicalThreads <threadCount>] [--vdoSlabSize <megabytes>] [--writePolicy {async,async-unsafe,sync,auto}] [-f <file>] [--logfile <pathname>] [--verbose] vdo create: error: option 'device' was specified more than once Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (kmod-kvdo bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2021:4359 |