]> sourceware.org Git - lvm2.git/commit
Add --addnodeonresume, --addnodeoncreate
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 4 Feb 2011 19:33:53 +0000 (19:33 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 4 Feb 2011 19:33:53 +0000 (19:33 +0000)
commit880507498a16603b9bf874d60433f88ab6d7d0b8
tree859bd2ac6a404831ce4cfd9c4101b4aa5d0601df
parent09d288535b734ff110a6801bc52053a14169aea7
Add --addnodeonresume, --addnodeoncreate

Add new function dm_task_set_add_node() to select between 2 types
of node creation in device directory.

DM_ADD_NODE_ON_RESUME is now default and ensures node is created on
resume. Old original behavior is accessible with DM_ADD_NODE_ON_CREATE.
In this case node would be created during dmsetup create --notable.

For the user 2 new options for dmsetup create are added:
[{--addnodeonresume | --addnodeoncreate }]

Properly working node creation on resume is needed for proper operation
stacking and ability to correctly check in which state the device should
after whole udev transation.
WHATS_NEW
libdm/ioctl/libdm-iface.c
libdm/ioctl/libdm-targets.h
libdm/libdevmapper.h
man/dmsetup.8.in
tools/dmsetup.c
This page took 0.0444020000000001 seconds and 5 git commands to generate.