summaryrefslogtreecommitdiffstats
path: root/man/dmsetup.8.in
blob: 90c715f4c1655d52c6070126ba18fc9495fb3a9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
.TH DMSETUP 8 "Apr 06 2006" "Linux" "MAINTENANCE COMMANDS"
.SH NAME
dmsetup \- low level logical volume management
.SH SYNOPSIS
.ad l
.B dmsetup clear
.I device_name
.br
.B dmsetup create
.I device_name
.RB [ \-u
.IR uuid ]
.RB [ \-\-notable | \-\-table
.RI < table >|
.RS
.IR table_file ]
.RB [{ \-\-addnodeoncreate | \-\-addnodeonresume }]
.RB [ \-\-readahead
.RI [ \+ ]< sectors >| auto | none ]
.RE
.br
.B dmsetup deps
.RB [ \-o
.IR options ]
.RI [ device_name ]
.br
.B dmsetup help
.RB [ \-c | \-C | \-\-columns ]
.br
.B dmsetup info
.RI [ device_name ]
.br
.B dmsetup info
.BR \-c | \-C | \-\-columns
.RB [ \-\-noheadings ]
.RB [ \-\-separator
.IR separator ]
.RS
.RB [ \-o
.IR fields ]
.RB [ \-O | \-\-sort
.IR sort_fields ]
.RI [ device_name ]
.RE
.br
.B dmsetup load
.I device_name
.RB [ \-\-table
.RI < table >| table_file ]
.br
.B dmsetup ls
.RB [ \-\-target
.IR target_type ]
.RB [ \-\-exec
.IR command ]
.RB [ \-\-tree ]
.RB [ \-o
.IR options ]
.RE
.br
.B dmsetup message
.I device_name sector message
.br
.B dmsetup mknodes
.RI [ device_name ]
.br
.B dmsetup mangle
.RI [ device_name ]
.br
.B dmsetup reload
.I device_name
.RB [ \-\-table
.RI < table >| table_file ]
.br
.B dmsetup wipe_table
.I device_name
.br
.B dmsetup remove
.RB [ \-f | \-\-force ]
.RB [ \-\-retry ]
.I device_name
.br
.B dmsetup remove_all
.RB [ \-f | \-\-force ]
.br
.B dmsetup rename
.I device_name new_name
.br
.B dmsetup rename
.I device_name
.B \-\-setuuid
.I uuid
.br
.B dmsetup resume
.I device_name
.RB [{ \-\-addnodeoncreate | \-\-addnodeonresume }]
.RS
.RB [ \-\-readahead
.RI [ \+ ]< sectors >| auto | none ]
.RE
.br
.B dmsetup setgeometry
.I device_name cyl head sect start
.br
.B dmsetup splitname
.I device_name
.RI [ subsystem ]
.br
.B dmsetup status
.RB [ \-\-target
.IR target_type ]
.RB [ \-\-noflush ]
.RI [ device_name ]
.br
.B dmsetup suspend
.RB [ \-\-nolockfs ]
.RB [ \-\-noflush ]
.I device_name
.br
.B dmsetup table
.RB [ \-\-target
.IR target_type ]
.RB [ \-\-showkeys ]
.RI [ device_name ]
.br
.B dmsetup targets
.br
.B dmsetup udevcomplete
.I cookie
.br
.B dmsetup udevcomplete_all
.RI [ age_in_minutes ]
.br
.B dmsetup udevcookies
.br
.B dmsetup udevcreatecookie
.br
.B dmsetup udevflags
.I cookie
.br
.B dmsetup udevreleasecookie
.RI [ cookie ]
.br
.B dmsetup version
.br
.B dmsetup wait
.RB [ \-\-noflush ]
.I device_name
.RI [ event_nr ]
.br

.B devmap_name
.I major minor
.br
.B devmap_name
.I major:minor
.ad b
.SH DESCRIPTION
dmsetup manages logical devices that use the device-mapper driver.
Devices are created by loading a table that specifies a target for
each sector (512 bytes) in the logical device.

The first argument to dmsetup is a command.
The second argument is the logical device name or uuid.

Invoking the command as \fBdevmap_name\fP is equivalent to
.br
\fBdmsetup info \-c \-\-noheadings \-j \fImajor\fB \-m \fIminor\fP.
.SH OPTIONS
.TP
.B \-\-addnodeoncreate
Ensure /dev/mapper node exists after dmsetup create.
.TP
.B \-\-addnodeonresume
Ensure /dev/mapper node exists after dmsetup resume (default with udev).
.TP
.B \-\-checks
Perform additional checks on the operations requested and report
potential problems.  Useful when debugging scripts.
In some cases these checks may slow down operations noticeably.
.TP
.BR \-c | \-C | \-\-columns
Display output in columns rather than as Field: Value lines.
.TP
.BR \-h | \-\-help
Outputs a summary of the commands available, optionally including
the list of report fields (synonym with \fBhelp\fP command).
.TP
.B \-\-inactive
When returning any table information from the kernel report on the
inactive table instead of the live table.
Requires kernel driver version 4.16.0 or above.
.TP
.IR \fB\-\-manglename \ < mangling_mode >
Mangle any character not on a whitelist using mangling_mode when
processing device-mapper device names. The names are mangled on
input and unmangled on output where the mangling_mode is one of:
none (no mangling), hex (always do the mangling) and auto
(only do the mangling if not mangled yet, do nothing if already
mangled, error on mixed; this is used by default).
Character whitelist: 0-9, A-Z, a-z, #+-.:=@_. This whitelist is
also supported by udev. Any character not on a whitelist is replaced
with its hex value (two digits) prefixed by \\x.
.TP
.BR \-j | \-\-major\ \fImajor
Specify the major number.
.TP
.BR \-m | \-\-minor\ \fIminor
Specify the minor number.
.TP
.BR \-n | \-\-noheadings
Suppress the headings line when using columnar output.
.TP
.B \-\-noopencount
Tell the kernel not to supply the open reference count for the device.
.TP
.B \-\-notable
When creating a device, don't load any table.
.TP
.B \-\-noudevrules
Do not allow udev to manage nodes for devices in device-mapper directory.
.TP
.B \-\-noudevsync
Do not synchronise with udev when creating, renaming or removing devices.
.TP
.BR \-o | \-\-options
Specify which fields to display.
.TP
.IR \fB\-\-readahead \ [ \+ ]< sectors >| auto | none
Specify read ahead size in units of sectors.
The default value is \fIauto\fP which allows the kernel to choose
a suitable value automatically.  The \fI\+\fP prefix lets you
specify a minimum value which will not be used if it is
smaller than the value chosen by the kernel.
The value \fInone\fP is equivalent to specifying zero.
.TP
.BR \-r | \-\-readonly
Set the table being loaded read-only.
.TP
.IR \fB\-\-table \ < table >
Specify a one-line table directly on the command line.
.TP
.B \-\-udevcookie \fIcookie
Use cookie for udev synchronisation.
.TP
.BR \-u | \-\-uuid
Specify the uuid.
.TP
.BR \-y | \-\-yes
Answer yes to all prompts automatically.
.TP
.BR \-v | \-\-verbose \ [ \-v | \-\-verbose ]
Produce additional output.
.TP
.B \-\-verifyudev
If udev synchronisation is enabled, verify that udev operations get performed
correctly and try to fix up the device nodes afterwards if not.
.TP
.B \-\-version
Display the library and kernel driver version.
.br
.SH COMMANDS
.TP
.B clear
.I device_name
.br
Destroys the table in the inactive table slot for device_name.
.br
.TP
.B create
.I device_name
.RB [ \-u
.IR uuid ]
.RB [ \-\-notable | \-\-table
.RI < \fItable >| table_file ]
.RB [{ \-\-addnodeoncreate | \-\-addnodeonresume }]
.RB [ \-\-readahead
.RI [ + ]< sectors >| auto | none ]
.br
Creates a device with the given name.
If table_file or <table> is supplied, the table is loaded and made live.
Otherwise a table is read from standard input unless \-\-notable is used.
The optional uuid can be used in place of
device_name in subsequent dmsetup commands.
If successful a device will appear as
/dev/mapper/<device-name>.
See below for information on the table format.
.br
.TP
.B deps
.RB [ \-o
.IR options ]
.RI [ device_name ]
.br
Outputs a list of devices referenced by the live table for the specified
device. Device names on output can be customised by following options:
devno (major and minor pair, used by default), blkdevname (block device name),
devname (map name for device-mapper devices, equal to blkdevname otherwise).
.br
.TP
.B help
.RB [ \-c | \-C | \-\-columns ]
.br
Outputs a summary of the commands available, optionally including
the list of report fields.
.br
.TP
.B info
.RI [ device_name ]
.br
Outputs some brief information about the device in the form:
.RS
.RS
 State: SUSPENDED|ACTIVE, READ-ONLY
 Tables present: LIVE and/or INACTIVE
 Open reference count
 Last event sequence number (used by \fBwait\fP)
 Major and minor device number
 Number of targets in the live table
 UUID
.RE
.RE
.br
.TP
.B info
.BR \-c | \-C | \-\-columns
.RB [ \-\-noheadings ]
.RB [ \-\-separator
.IR separator ]
.RB [ \-o
.IR fields ]
.RB [ \-O | \-\-sort
.IR sort_fields ]
.RI [ device_name ]
.br
Output you can customise.
Fields are comma-separated and chosen from the following list:
name, major, minor, attr, open, segments, events, uuid.
Attributes are: (L)ive, (I)nactive, (s)uspended, (r)ead-only, read-(w)rite.
Precede the list with '+' to append
to the default selection of columns instead of replacing it.
Precede any sort_field with - for a reverse sort on that column.
.br
.TP
.B ls
.RB [ \-\-target
.IR target_type ]
.RB [ \-\-exec
.IR command ]
.RB [ \-\-tree ]
.RB [ \-o
.IR options ]
.br
List device names.  Optionally only list devices that have at least
one target of the specified type.  Optionally execute a command for
each device.  The device name is appended to the supplied command.
Device names on output can be customised by following options: devno (major
and minor pair, used by default), blkdevname (block device name),
devname (map name for device-mapper devices, equal to blkdevname otherwise).
--tree displays dependencies between devices as a tree.
It accepts a comma-separate list of options.
Some specify the information displayed against each node:
device/nodevice; blkdevname; active, open, rw, uuid.
Others specify how the tree is displayed:
ascii, utf, vt100; compact, inverted, notrunc.
.br
.HP
.BR load | reload
.I device_name
.RB [ \-\-table
.RI < table >| table_file ]
.br
Loads <table> or table_file into the inactive table slot for device_name.
If neither is supplied, reads a table from standard input.
.br
.HP
.B wipe_table
.I device_name
.br
Wait for any I/O in-flight through the device to complete, then
replace the table with a new table that fails any new I/O
sent to the device.  If successful, this should release any devices 
held open by the device's table(s).
.br
.HP
.B message
.I device_name sector message
.br
Send message to target. If sector not needed use 0.
.br
.HP
.B mknodes
.RI [ device_name ]
.br
Ensure that the node in /dev/mapper for device_name is correct.
If no device_name is supplied, ensure that all nodes in /dev/mapper
correspond to mapped devices currently loaded by the device-mapper kernel
driver, adding, changing or removing nodes as necessary.
.br
.HP
.B mangle
.RI [ device_name ]
.br
Ensure existing device-mapper device name is in the correct mangled
form containing only whitelisted characters (supported by udev) and do
a rename if necessary. Any character not on the whitelist will be mangled
based on the --manglename settting.
.br
.HP
.B remove
.RB [ \-f | \-\-force ]
.RB [ \-\-retry ]
.I device_name
.br
Removes a device.  It will no longer be visible to dmsetup.
Open devices cannot be removed except with older kernels
that contain a version of device-mapper prior to 4.8.0.
In this case the device will be deleted when its open_count
drops to zero.  From version 4.8.0 onwards, if a device can't
be removed because an uninterruptible process is waiting for
I/O to return from it, adding \-\-force will replace the table
with one that fails all I/O, which might allow the
process to be killed. If an attempt to remove a device fails,
perhaps because a process run from a quick udev rule
temporarily opened the device, the \-\-retry option will cause
the operation to be retried for a few seconds before failing.
.br
.HP
.B remove_all
.RB [ \-f | \-\-force ]
.br
Attempts to remove all device definitions i.e. reset the driver.
Use with care!  From version 4.8.0 onwards, if devices can't
be removed because uninterruptible processes are waiting for
I/O to return from them, adding \-\-force will replace the table
with one that fails all I/O, which might allow the
process to be killed.  This also runs \fBmknodes\fP afterwards.
.br
.HP
.B rename
.I device_name new_name
.br
Renames a device.
.br
.HP
.B rename
.I device_name
.B \-\-setuuid
.I uuid
.br
Sets the uuid of a device that was created without a uuid.
After a uuid has been set it cannot be changed.
.br
.TP
.B resume
.I device_name
.RB [{ \-\-addnodeoncreate | \-\-addnodeonresume }]
.RB [ \-\-readahead
.RI [ + ]< sectors >| auto | none ]
.br
Un-suspends a device.
If an inactive table has been loaded, it becomes live.
Postponed I/O then gets re-queued for processing.
.br
.TP
.B setgeometry \fIdevice_name cyl head sect start
.br
Sets the device geometry to C/H/S.
.br
.HP
.B splitname
.I device_name
.RI [ subsystem ]
.br
Splits given device name into subsystem constituents.
Default subsystem is LVM.
.br
.TP
.B status
.RB [ \-\-target
.IR target_type ]
.RB [ \-\-noflush ]
.RI [ device_name ]
.br
Outputs status information for each of the device's targets.
With \-\-target, only information relating to the specified target type
any is displayed.  With \-\-noflush, the thin target (from version 1.3.0)
doesn't commit any outstanding changes to disk before reporting its statistics.
.br
.HP
.B suspend
.RB [ \-\-nolockfs ]
.RB [ \-\-noflush ]
.I device_name
.br
Suspends a device.  Any I/O that has already been mapped by the device
but has not yet completed will be flushed.  Any further I/O to that
device will be postponed for as long as the device is suspended.
If there's a filesystem on the device which supports the operation,
an attempt will be made to sync it first unless \-\-nolockfs is specified.
Some targets such as recent (October 2006) versions of multipath may support
the \-\-noflush option.  This lets outstanding I/O that has not yet reached the
device to remain unflushed.
.br
.TP
.B table
.RB [ \-\-target
.IR target_type ]
.RB [ \-\-showkeys ]
.RI [ device_name ]
.br
Outputs the current table for the device in a format that can be fed
back in using the create or load commands.
With \-\-target, only information relating to the specified target type
is displayed.
Encryption keys are suppressed in the table output for the crypt
target unless the \-\-showkeys parameter is supplied.
.br
.TP
.B targets
.br
Displays the names and versions of the currently-loaded targets.
.br
.HP
.B udevcomplete
.I cookie
.br
Wake any processes that are waiting for udev to complete processing the specified cookie.
.br
.HP
.B udevcomplete_all
.RI [ age_in_minutes ]
.br
Remove all cookies older than the specified number of minutes.
Any process waiting on a cookie will be resumed immediately.
.br
.HP
.B udevcookies
.br
List all existing cookies. Cookies are system-wide semaphores with keys
prefixed by two predefined bytes (0x0D4D).
.br
.TP
.B udevcreatecookie
.br
Creates a new cookie to synchronize actions with udev processing.
The output is a cookie value. Normally we don't need to create cookies since
dmsetup creates and destroys them for each action automatically. However, we can
generate one explicitly to group several actions together and use only one
cookie instead. We can define a cookie to use for each relevant command by using
\-\-udevcookie option. Alternatively, we can export this value into the environment
of the dmsetup process as DM_UDEV_COOKIE variable and it will be used automatically
with all subsequent commands until it is unset.
Invoking this command will create system-wide semaphore that needs to be cleaned
up explicitly by calling udevreleasecookie command.
.br
.HP
.B udevflags
.I cookie
.br
Parses given cookie value and extracts any udev control flags encoded.
The output is in environment key format that is suitable for use in udev
rules. If the flag has its symbolic name assigned then the output is
DM_UDEV_FLAG_<flag_name>='1', DM_UDEV_FLAG<flag_position>='1' otherwise.
Subsystem udev flags don't have symbolic names assigned and these ones are
always reported as DM_SUBSYSTEM_UDEV_FLAG<flag_position>='1'. There are
16 udev flags altogether.
.br
.HP
.B udevreleasecookie
.RI [ cookie ]
.br
Waits for all pending udev processing bound to given cookie value and clean up
the cookie with underlying semaphore. If the cookie is not given directly,
the command will try to use a value defined by DM_UDEV_COOKIE environment variable.
.br
.TP
.B version
.br
Outputs version information.

.TP
.B wait
.RB [ \-\-noflush ]
.I device_name
.RI [ event_nr ]
.br
Sleeps until the event counter for device_name exceeds event_nr.
Use \-v to see the event number returned.
To wait until the next event is triggered, use \fBinfo\fP to find
the last event number.
With \-\-noflush, the thin target (from version 1.3.0) doesn't commit
any outstanding changes to disk before reporting its statistics.
.SH TABLE FORMAT
Each line of the table specifies a single target and is of the form:
.P
.I logical_start_sector num_sectors
.B target_type
.RI < target_args >
.P
Simple target types and <target_args> include: 
.HP
.B linear
.I destination_device start_sector
.br
The traditional linear mapping.
.HP
.B striped
.I num_stripes chunk_size
.RI [ destination
.IR start_sector ]+
.br
Creates a striped area.
.br
e.g. striped 2 32 /dev/hda1 0 /dev/hdb1 0
will map the first chunk (16k) as follows:
.RS
.RS
 LV chunk 1 -> hda1, chunk 1
 LV chunk 2 -> hdb1, chunk 1
 LV chunk 3 -> hda1, chunk 2
 LV chunk 4 -> hdb1, chunk 2
 etc.
.RE
.RE
.TP
.B error
.br
Errors any I/O that goes to this area.  Useful for testing or
for creating devices with holes in them.
.TP
.B zero
.br
Returns blocks of zeroes on reads.  Any data written is discarded silently.
This is a block-device equivalent of the /dev/zero character-device data sink
described in \fBnull(4)\fP.
.P
More complex targets include:
.TP
.B crypt
.br
Transparent encryption of block devices using the kernel crypto API.
.TP
.B delay
.br
Delays reads and/or writes to different devices.  Useful for testing.
.TP
.B flakey
.br
Creates a similar mapping to the linear target but
exhibits unreliable behaviour periodically.
Useful for simulating failing devices when testing.
.TP
.B mirror
.br
Mirrors data across two or more devices.
.HP
.B multipath
.br
Mediates access through multiple paths to the same device.
.TP
.BR raid
.br
Offers an interface to the kernel's software raid driver, md.
.HP
.B snapshot
.br
Supports snapshots of devices.
.P
To find out more about the various targets and their table formats and status
lines, please read the files in the Documentation/device-mapper directory in
the kernel source tree.  
(Your distribution might include a copy of this information in the 
documentation directory for the device-mapper package.)

.SH EXAMPLES

# A table to join two disks together
.br
.br
0 1028160 linear /dev/hda 0
.br
1028160 3903762 linear /dev/hdb 0


# A table to stripe across the two disks,
.br
# and add the spare space from
.br
# hdb to the back of the volume

0 2056320 striped 2 32 /dev/hda 0 /dev/hdb 0
.br
2056320 2875602 linear /dev/hdb 1028160

.SH ENVIRONMENT VARIABLES
.TP
.B DM_DEV_DIR
The device directory name.
Defaults to "/dev" and must be an absolute path.
.TP
.B DM_UDEV_COOKIE
A cookie to use for all relevant commands to synchronize with udev processing.
It is an alternative to using \-\-udevcookie option.

.SH AUTHORS
Original version: Joe Thornber (thornber@sistina.com)

.SH SEE ALSO
Device-mapper resource page: http://sources.redhat.com/dm/