1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00

Fixup whitespace.

This commit is contained in:
Dave Wysochanski 2009-04-29 20:14:21 +00:00
parent 1fa92933b5
commit c5185d4c03
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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);