mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
Fixup whitespace.
This commit is contained in:
parent
40c70e12dd
commit
1d30bf8af4
@ -147,7 +147,7 @@ as well. Run
|
||||
.B lvdisplay(8)
|
||||
on the snapshot in order to check how much data is allocated to it.
|
||||
Note that a small amount of the space you allocate to the snapshot is
|
||||
used to track the locations of the chunks of data, so you should
|
||||
used to track the locations of the chunks of data, so you should
|
||||
allocate slightly more space than you actually need and monitor the
|
||||
rate at which the snapshot data is growing so you can avoid running out
|
||||
of space.
|
||||
|
@ -563,7 +563,7 @@ static struct logical_volume *_create_virtual_origin(struct cmd_context *cmd,
|
||||
size_t len;
|
||||
char *vorigin_name;
|
||||
struct logical_volume *lv;
|
||||
|
||||
|
||||
if (!(segtype = get_segtype_from_string(cmd, "zero"))) {
|
||||
log_error("Zero segment type for virtual origin not found");
|
||||
return 0;
|
||||
@ -747,7 +747,7 @@ static int _lvcreate(struct cmd_context *cmd, struct volume_group *vg,
|
||||
"be mixed.");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
if (!lv_info(cmd, org, &info, 0, 0)) {
|
||||
log_error("Check for existence of snapshot "
|
||||
"origin '%s' failed.", org->name);
|
||||
|
Loading…
Reference in New Issue
Block a user