# LVM(8)

DIAGNOSTICS
       All tools return a status code of zero on success or non-zero on 
failure.  The non-zero codes distinguish only between the broad categories of 
unrecognised commands, prob‐
       lems  processing the command line arguments and any other failures.  As 
LVM remains under active development, the code used in a specific case 
occasionally changes between
       releases.  Message text may also change.


# lvm src code #

tools/errors.h
#define ECMD_PROCESSED          1
#define ENO_SUCH_CMD            2
#define EINVALID_CMD_LINE       3
#define EINIT_FAILED            4
#define ECMD_FAILED             5

Seems like there is a possibilies of 6 different return codes in LVM as
show above.


** Summary changed:

- lvmremove occasionally fails on nodes with multiple volumes and curtin does 
not catch the failure
+ lvremove occasionally fails on nodes with multiple volumes and curtin does 
not catch the failure

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871874

Title:
  lvremove occasionally fails on nodes with multiple volumes and curtin
  does not catch the failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/curtin/+bug/1871874/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to