1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

cleanup: correcting some log_print

Correcting to log_print_unless_silent(),
so -qq can do some work.
This commit is contained in:
Zdenek Kabelac 2023-04-26 14:40:11 +02:00
parent 39b2bd06b8
commit c451d7925d
14 changed files with 92 additions and 91 deletions

View File

@ -2555,7 +2555,7 @@ static int _lv_activate(struct cmd_context *cmd, const char *lvid_s,
lv_is_partial(lv) && lv_is_raid(lv) && lv_raid_has_integrity((struct logical_volume *)lv)) { lv_is_partial(lv) && lv_is_raid(lv) && lv_raid_has_integrity((struct logical_volume *)lv)) {
cmd->partial_activation = 0; cmd->partial_activation = 0;
cmd->degraded_activation = 0; cmd->degraded_activation = 0;
log_print("No degraded or partial activation for raid with integrity."); log_print_unless_silent("No degraded or partial activation for raid with integrity.");
} }
if ((!lv->vg->cmd->partial_activation) && lv_is_partial(lv)) { if ((!lv->vg->cmd->partial_activation) && lv_is_partial(lv)) {

View File

@ -707,7 +707,7 @@ static int _all_multipath_components(struct cmd_context *cmd, struct lvmcache_in
/* Different mpath devs with the same wwid shouldn't happen. */ /* Different mpath devs with the same wwid shouldn't happen. */
if (dev_is_mp && dev_mp) { if (dev_is_mp && dev_mp) {
log_print("Found multiple multipath devices for PVID %s WWID %s: %s %s", log_print_unless_silent("Found multiple multipath devices for PVID %s WWID %s: %s %s.",
pvid, wwid1_buf, dev_name(dev_mp), dev_name(dev)); pvid, wwid1_buf, dev_name(dev_mp), dev_name(dev));
continue; continue;
} }

View File

@ -310,7 +310,7 @@ int dev_open_flags(struct device *dev, int flags, int direct, int quiet)
if (dm_list_empty(&dev->aliases)) { if (dm_list_empty(&dev->aliases)) {
/* shouldn't happen */ /* shouldn't happen */
log_print("Cannot open device %d:%d with no valid paths.", (int)MAJOR(dev->dev), (int)MINOR(dev->dev)); log_print_unless_silent("Cannot open device %d:%d with no valid paths.", (int)MAJOR(dev->dev), (int)MINOR(dev->dev));
return 0; return 0;
} }
name = dev_name(dev); name = dev_name(dev);

View File

@ -209,7 +209,7 @@ static void _read_wwid_file(const char *config_wwids_file, int *entries)
int count = 0; int count = 0;
if (config_wwids_file[0] != '/') { if (config_wwids_file[0] != '/') {
log_print("Ignoring unknown multipath_wwids_file."); log_print_unless_silent("Ignoring unknown multipath_wwids_file.");
return; return;
} }

View File

@ -915,7 +915,7 @@ int fs_get_blkid(const char *pathname, struct fs_info *fsi)
return 0; return 0;
} else if (rc == 1) { } else if (rc == 1) {
/* no file system on the device */ /* no file system on the device */
log_print("No file system found on %s.", pathname); log_print_unless_silent("No file system found on %s.", pathname);
fsi->nofs = 1; fsi->nofs = 1;
blkid_free_probe(probe); blkid_free_probe(probe);
return 1; return 1;
@ -925,7 +925,7 @@ int fs_get_blkid(const char *pathname, struct fs_info *fsi)
strncpy(fsi->fstype, str, sizeof(fsi->fstype)-1); strncpy(fsi->fstype, str, sizeof(fsi->fstype)-1);
else { else {
/* any difference from blkid_do_safeprobe rc=1? */ /* any difference from blkid_do_safeprobe rc=1? */
log_print("No file system type on %s.", pathname); log_print_unless_silent("No file system type on %s.", pathname);
fsi->nofs = 1; fsi->nofs = 1;
blkid_free_probe(probe); blkid_free_probe(probe);
return 1; return 1;

View File

@ -1085,7 +1085,7 @@ static void _device_ids_update_try(struct cmd_context *cmd)
int held = 0; int held = 0;
if (cmd->expect_missing_vg_device) { if (cmd->expect_missing_vg_device) {
log_print("Devices file update skipped."); log_print_unless_silent("Devices file update skipped.");
return; return;
} }
@ -1520,7 +1520,7 @@ id_done:
} else { } else {
if (!cmd->current_settings.yes && if (!cmd->current_settings.yes &&
yes_no_prompt("Add device with duplicate PV to devices file?") == 'n') { yes_no_prompt("Add device with duplicate PV to devices file?") == 'n') {
log_print("Device not added."); log_print_unless_silent("Device not added.");
free((void *)check_idname); free((void *)check_idname);
return 1; return 1;
} }
@ -1923,7 +1923,7 @@ static int _match_du_to_dev(struct cmd_context *cmd, struct dev_use *du, struct
du->dev = dev; du->dev = dev;
dev->id = id; dev->id = id;
dev->flags |= DEV_MATCHED_USE_ID; dev->flags |= DEV_MATCHED_USE_ID;
log_print("Match device_id %s %s to vpd_pg83 %s %s", log_print_unless_silent("Match device_id %s %s to vpd_pg83 %s %s.",
idtype_to_str(du->idtype), du->idname, idtype_to_str(du->idtype), du->idname,
idtype_to_str(id->idtype), dev_name(dev)); idtype_to_str(id->idtype), dev_name(dev));
du->idtype = id->idtype; du->idtype = id->idtype;

View File

@ -162,7 +162,7 @@ int fs_get_info(struct cmd_context *cmd, struct logical_volume *lv,
memset(&info, 0, sizeof(info)); memset(&info, 0, sizeof(info));
log_print("Checking crypt device %s on LV %s.", log_print_unless_silent("Checking crypt device %s on LV %s.",
crypt_path, display_lvname(lv)); crypt_path, display_lvname(lv));
if ((fd = open(crypt_path, O_RDONLY)) < 0) { if ((fd = open(crypt_path, O_RDONLY)) < 0) {
@ -470,7 +470,7 @@ int fs_reduce_script(struct cmd_context *cmd, struct logical_volume *lv, struct
devpath = fsi->needs_crypt ? crypt_path : (char *)display_lvname(lv); devpath = fsi->needs_crypt ? crypt_path : (char *)display_lvname(lv);
log_print("Reducing file system %s to %s (%llu bytes) on %s...", log_print_unless_silent("Reducing file system %s to %s (%llu bytes) on %s...",
fsi->fstype, display_size(cmd, newsize_bytes_fs/512), fsi->fstype, display_size(cmd, newsize_bytes_fs/512),
(unsigned long long)newsize_bytes_fs, devpath); (unsigned long long)newsize_bytes_fs, devpath);
@ -479,7 +479,7 @@ int fs_reduce_script(struct cmd_context *cmd, struct logical_volume *lv, struct
return 0; return 0;
} }
log_print("Reduced file system %s on %s.", fsi->fstype, devpath); log_print_unless_silent("Reduced file system %s on %s.", fsi->fstype, devpath);
return 1; return 1;
} }

View File

@ -276,7 +276,7 @@ int online_pvid_file_create(struct cmd_context *cmd, struct device *dev, const c
if (vgname) { if (vgname) {
if ((len2 = dm_snprintf(buf + len1, sizeof(buf) - len1, "vg:%s\n", vgname)) < 0) { if ((len2 = dm_snprintf(buf + len1, sizeof(buf) - len1, "vg:%s\n", vgname)) < 0) {
log_print("Incomplete online file for %s %d:%d vg %s.", dev_name(dev), major, minor, vgname); log_print_unless_silent("Incomplete online file for %s %d:%d vg %s.", dev_name(dev), major, minor, vgname);
/* can still continue without vgname */ /* can still continue without vgname */
len2 = 0; len2 = 0;
} }
@ -285,7 +285,7 @@ int online_pvid_file_create(struct cmd_context *cmd, struct device *dev, const c
devnamelen = dm_snprintf(devname, sizeof(devname), "%s", dev_name(dev)); devnamelen = dm_snprintf(devname, sizeof(devname), "%s", dev_name(dev));
if ((devnamelen > 5) && (devnamelen < NAME_LEN-1)) { if ((devnamelen > 5) && (devnamelen < NAME_LEN-1)) {
if ((len3 = dm_snprintf(buf + len1 + len2, sizeof(buf) - len1 - len2, "dev:%s\n", devname)) < 0) { if ((len3 = dm_snprintf(buf + len1 + len2, sizeof(buf) - len1 - len2, "dev:%s\n", devname)) < 0) {
log_print("Incomplete devname in online file for %s.", dev_name(dev)); log_print_unless_silent("Incomplete devname in online file for %s.", dev_name(dev));
/* can continue without devname */ /* can continue without devname */
len3 = 0; len3 = 0;
} }

View File

@ -32,9 +32,9 @@ struct pv_online {
#define log_print_pvscan(cmd, fmt, args...) \ #define log_print_pvscan(cmd, fmt, args...) \
do \ do \
if (cmd->udevoutput) \ if (cmd->udevoutput) \
log_print(fmt, ##args); \ log_print_unless_silent(fmt, ##args); \
else \ else \
log_print("pvscan[%d] " fmt, getpid(), ##args); \ log_print_unless_silent("pvscan[%d] " fmt, getpid(), ##args); \
while (0) while (0)
#define log_error_pvscan(cmd, fmt, args...) \ #define log_error_pvscan(cmd, fmt, args...) \

View File

@ -383,7 +383,7 @@ static int _read_mda_header_and_metadata(const struct format_type *fmt,
* somehow between the two reads.) * somehow between the two reads.)
*/ */
if (!retries) { if (!retries) {
log_print("Retrying metadata scan."); log_print_unless_silent("Retrying metadata scan.");
retries++; retries++;
dev_invalidate(mdac->area.dev); dev_invalidate(mdac->area.dev);
goto retry; goto retry;

View File

@ -373,7 +373,7 @@ static int _process_block(struct cmd_context *cmd, struct dev_filter *f,
* that now. It's unlikely this is actually needed. * that now. It's unlikely this is actually needed.
*/ */
if (dev->pvid[0]) { if (dev->pvid[0]) {
log_print("Clear pvid and info for filtered dev %s", dev_name(dev)); log_print_unless_silent("Clear pvid and info for filtered dev %s.", dev_name(dev));
lvmcache_del_dev(dev); lvmcache_del_dev(dev);
memset(dev->pvid, 0, sizeof(dev->pvid)); memset(dev->pvid, 0, sizeof(dev->pvid));
} }
@ -400,7 +400,7 @@ static int _process_block(struct cmd_context *cmd, struct dev_filter *f,
/* See comment above */ /* See comment above */
if (dev->pvid[0]) { if (dev->pvid[0]) {
log_print("Clear pvid and info for no lvm header %s", dev_name(dev)); log_print_unless_silent("Clear pvid and info for no lvm header %s", dev_name(dev));
lvmcache_del_dev(dev); lvmcache_del_dev(dev);
memset(dev->pvid, 0, sizeof(dev->pvid)); memset(dev->pvid, 0, sizeof(dev->pvid));
} }
@ -1115,7 +1115,7 @@ int label_scan_vg_online(struct cmd_context *cmd, const char *vgname,
dm_list_iterate_items_safe(devl, devl2, &devs) { dm_list_iterate_items_safe(devl, devl2, &devs) {
if (!cmd->filter->passes_filter(cmd, cmd->filter, devl->dev, NULL)) { if (!cmd->filter->passes_filter(cmd, cmd->filter, devl->dev, NULL)) {
log_print("%s excluded: %s.", log_print_unless_silent("%s excluded: %s.",
dev_name(devl->dev), dev_filtered_reason(devl->dev)); dev_name(devl->dev), dev_filtered_reason(devl->dev));
dm_list_del(&devl->list); dm_list_del(&devl->list);
dm_list_add(&devs_drop, &devl->list); dm_list_add(&devs_drop, &devl->list);
@ -1147,7 +1147,7 @@ int label_scan_vg_online(struct cmd_context *cmd, const char *vgname,
int has_pvid; int has_pvid;
if (!label_read_pvid(devl->dev, &has_pvid)) { if (!label_read_pvid(devl->dev, &has_pvid)) {
log_print("%s cannot read label.", dev_name(devl->dev)); log_print_unless_silent("%s cannot read label.", dev_name(devl->dev));
dm_list_del(&devl->list); dm_list_del(&devl->list);
dm_list_add(&devs_drop, &devl->list); dm_list_add(&devs_drop, &devl->list);
continue; continue;
@ -1155,7 +1155,7 @@ int label_scan_vg_online(struct cmd_context *cmd, const char *vgname,
if (!has_pvid) { if (!has_pvid) {
/* Not an lvm device */ /* Not an lvm device */
log_print("%s not an lvm device.", dev_name(devl->dev)); log_print_unless_silent("%s not an lvm device.", dev_name(devl->dev));
dm_list_del(&devl->list); dm_list_del(&devl->list);
dm_list_add(&devs_drop, &devl->list); dm_list_add(&devs_drop, &devl->list);
continue; continue;
@ -1167,7 +1167,7 @@ int label_scan_vg_online(struct cmd_context *cmd, const char *vgname,
*/ */
if (relax_deviceid_filter) { if (relax_deviceid_filter) {
if (!(du = get_du_for_pvid(cmd, devl->dev->pvid))) { if (!(du = get_du_for_pvid(cmd, devl->dev->pvid))) {
log_print("%s excluded by devices file (checking PVID).", log_print_unless_silent("%s excluded by devices file (checking PVID).",
dev_name(devl->dev)); dev_name(devl->dev));
dm_list_del(&devl->list); dm_list_del(&devl->list);
dm_list_add(&devs_drop, &devl->list); dm_list_add(&devs_drop, &devl->list);
@ -1181,7 +1181,7 @@ int label_scan_vg_online(struct cmd_context *cmd, const char *vgname,
/* Applies all filters, including those that need data from dev. */ /* Applies all filters, including those that need data from dev. */
if (!cmd->filter->passes_filter(cmd, cmd->filter, devl->dev, NULL)) { if (!cmd->filter->passes_filter(cmd, cmd->filter, devl->dev, NULL)) {
log_print("%s excluded: %s.", log_print_unless_silent("%s excluded: %s.",
dev_name(devl->dev), dev_filtered_reason(devl->dev)); dev_name(devl->dev), dev_filtered_reason(devl->dev));
dm_list_del(&devl->list); dm_list_del(&devl->list);
dm_list_add(&devs_drop, &devl->list); dm_list_add(&devs_drop, &devl->list);
@ -1346,7 +1346,8 @@ int label_scan(struct cmd_context *cmd)
dm_list_add(&filtered_devs, &devl->list); dm_list_add(&filtered_devs, &devl->list);
if (dev->pvid[0]) { if (dev->pvid[0]) {
log_print("Clear pvid and info for filtered dev %s", dev_name(dev)); log_print_unless_silent("Clear pvid and info for filtered dev %s.",
dev_name(dev));
lvmcache_del_dev(dev); lvmcache_del_dev(dev);
memset(dev->pvid, 0, sizeof(dev->pvid)); memset(dev->pvid, 0, sizeof(dev->pvid));
} }

View File

@ -608,7 +608,7 @@ static int _extend_sanlock_lv(struct cmd_context *cmd, struct volume_group *vg,
(unsigned long long)old_size_bytes, (unsigned long long)old_size_bytes,
(unsigned long long)new_size_bytes); (unsigned long long)new_size_bytes);
log_print("Zeroing %u MiB on extended internal lvmlock LV...", extend_mb); log_print_unless_silent("Zeroing %u MiB on extended internal lvmlock LV...", extend_mb);
if (!(dev = dev_cache_get(cmd, path, NULL))) { if (!(dev = dev_cache_get(cmd, path, NULL))) {
log_error("Extend sanlock LV %s cannot find device.", display_lvname(lv)); log_error("Extend sanlock LV %s cannot find device.", display_lvname(lv));

View File

@ -359,7 +359,7 @@ static int _set_integrity_block_size(struct cmd_context *cmd, struct logical_vol
} else if (!lbs_4k && !lbs_512) { } else if (!lbs_4k && !lbs_512) {
if (!settings->block_size) if (!settings->block_size)
settings->block_size = 512; settings->block_size = 512;
log_print("Using integrity block size %u with unknown device logical block size.", log_print_unless_silent("Using integrity block size %u with unknown device logical block size.",
settings->block_size); settings->block_size);
} else { } else {
goto_bad; goto_bad;
@ -408,7 +408,7 @@ static int _set_integrity_block_size(struct cmd_context *cmd, struct logical_vol
settings->block_size = use_bs; settings->block_size = use_bs;
log_print("Using integrity block size %u for unknown file system block size, logical block size %u, physical block size %u.", log_print_unless_silent("Using integrity block size %u for unknown file system block size, logical block size %u, physical block size %u.",
settings->block_size, lbs_4k ? 4096 : 512, pbs_4k ? 4096 : 512); settings->block_size, lbs_4k ? 4096 : 512, pbs_4k ? 4096 : 512);
goto out; goto out;
} }
@ -419,12 +419,12 @@ static int _set_integrity_block_size(struct cmd_context *cmd, struct logical_vol
for an application that expects a given io size/alignment is possible. */ for an application that expects a given io size/alignment is possible. */
settings->block_size = 512; settings->block_size = 512;
if (fs_block_size > 512) if (fs_block_size > 512)
log_print("Limiting integrity block size to 512 because the LV is active."); log_print_unless_silent("Limiting integrity block size to 512 because the LV is active.");
} else if (fs_block_size <= 4096) } else if (fs_block_size <= 4096)
settings->block_size = fs_block_size; settings->block_size = fs_block_size;
else else
settings->block_size = 4096; /* dm-integrity max is 4096 */ settings->block_size = 4096; /* dm-integrity max is 4096 */
log_print("Using integrity block size %u for file system block size %u.", log_print_unless_silent("Using integrity block size %u for file system block size %u.",
settings->block_size, fs_block_size); settings->block_size, fs_block_size);
} else { } else {
/* let user specify integrity block size that is less than fs block size */ /* let user specify integrity block size that is less than fs block size */
@ -433,7 +433,7 @@ static int _set_integrity_block_size(struct cmd_context *cmd, struct logical_vol
settings->block_size, fs_block_size); settings->block_size, fs_block_size);
goto bad; goto bad;
} }
log_print("Using integrity block size %u for file system block size %u.", log_print_unless_silent("Using integrity block size %u for file system block size %u.",
settings->block_size, fs_block_size); settings->block_size, fs_block_size);
} }
} }

View File

@ -5634,7 +5634,7 @@ static int _lvresize_adjust_extents(struct logical_volume *lv,
} }
if ((lp->extents == existing_logical_extents) && !lp->use_policies) { if ((lp->extents == existing_logical_extents) && !lp->use_policies) {
log_print("New size (%d extents) matches existing size (%d extents).", log_print_unless_silent("New size (%d extents) matches existing size (%d extents).",
lp->extents, existing_logical_extents); lp->extents, existing_logical_extents);
if (lp->resize == LV_ANY) if (lp->resize == LV_ANY)
lp->resize = LV_EXTEND; /* lets pretend zero size extension */ lp->resize = LV_EXTEND; /* lets pretend zero size extension */
@ -5694,7 +5694,7 @@ static int _lvresize_adjust_extents(struct logical_volume *lv,
} }
lp->resize = LV_EXTEND; lp->resize = LV_EXTEND;
} else if ((lp->extents == existing_logical_extents) && !lp->use_policies) { } else if ((lp->extents == existing_logical_extents) && !lp->use_policies) {
log_print("New size (%d extents) matches existing size (%d extents)", log_print_unless_silent("New size (%d extents) matches existing size (%d extents)",
lp->extents, existing_logical_extents); lp->extents, existing_logical_extents);
if (lp->resize == LV_ANY) if (lp->resize == LV_ANY)
lp->resize = LV_EXTEND; lp->resize = LV_EXTEND;
@ -6048,11 +6048,11 @@ static int _fs_reduce_allow(struct cmd_context *cmd, struct logical_volume *lv,
} }
if (!fsi->mounted) if (!fsi->mounted)
log_print("File system %s%s found on %s.", log_print_unless_silent("File system %s%s found on %s.",
fsi->fstype, fsi->needs_crypt ? "+crypto_LUKS" : "", fsi->fstype, fsi->needs_crypt ? "+crypto_LUKS" : "",
display_lvname(lv)); display_lvname(lv));
else else
log_print("File system %s%s found on %s mounted at %s.", log_print_unless_silent("File system %s%s found on %s mounted at %s.",
fsi->fstype, fsi->needs_crypt ? "+crypto_LUKS" : "", fsi->fstype, fsi->needs_crypt ? "+crypto_LUKS" : "",
display_lvname(lv), fsi->mount_dir); display_lvname(lv), fsi->mount_dir);
@ -6072,7 +6072,7 @@ static int _fs_reduce_allow(struct cmd_context *cmd, struct logical_volume *lv,
else if ((larger = (fsi->fs_last_byte > newsize_bytes_fs))) else if ((larger = (fsi->fs_last_byte > newsize_bytes_fs)))
cmp_desc = "larger than"; cmp_desc = "larger than";
log_print("File system size (%s) is %s the requested size (%s).", log_print_unless_silent("File system size (%s) is %s the requested size (%s).",
display_size(cmd, fsi->fs_last_byte/512), cmp_desc, display_size(cmd, fsi->fs_last_byte/512), cmp_desc,
display_size(cmd, newsize_bytes_fs/512)); display_size(cmd, newsize_bytes_fs/512));
@ -6080,7 +6080,7 @@ static int _fs_reduce_allow(struct cmd_context *cmd, struct logical_volume *lv,
* FS reduce is not needed, it's not using the affected space. * FS reduce is not needed, it's not using the affected space.
*/ */
if (smaller || equal) { if (smaller || equal) {
log_print("File system reduce is not needed, skipping."); log_print_unless_silent("File system reduce is not needed, skipping.");
fsi->needs_reduce = 0; fsi->needs_reduce = 0;
return 1; return 1;
} }
@ -6100,7 +6100,7 @@ static int _fs_reduce_allow(struct cmd_context *cmd, struct logical_volume *lv,
* FS reduce required, ext* supports it, xfs does not. * FS reduce required, ext* supports it, xfs does not.
*/ */
if (is_ext_fstype) { if (is_ext_fstype) {
log_print("File system reduce is required using resize2fs."); log_print_unless_silent("File system reduce is required using resize2fs.");
} else if (!strcmp(fsi->fstype, "reiserfs")) { } else if (!strcmp(fsi->fstype, "reiserfs")) {
log_error("File system reduce for reiserfs requires --fs resize_fsadm."); log_error("File system reduce for reiserfs requires --fs resize_fsadm.");
return 0; return 0;
@ -6177,13 +6177,13 @@ static int _fs_reduce_allow(struct cmd_context *cmd, struct logical_volume *lv,
*/ */
if (fsi->needs_unmount) if (fsi->needs_unmount)
log_print("File system unmount is needed for reduce."); log_print_unless_silent("File system unmount is needed for reduce.");
if (fsi->needs_fsck) if (fsi->needs_fsck)
log_print("File system fsck will be run before reduce."); log_print_unless_silent("File system fsck will be run before reduce.");
if (fsi->needs_mount) if (fsi->needs_mount)
log_print("File system mount is needed for reduce."); log_print_unless_silent("File system mount is needed for reduce.");
if (fsi->needs_crypt) if (fsi->needs_crypt)
log_print("cryptsetup resize is needed for reduce."); log_print_unless_silent("cryptsetup resize is needed for reduce.");
/* /*
* Use a confirmation prompt because mount|unmount is needed, and * Use a confirmation prompt because mount|unmount is needed, and
@ -6230,11 +6230,11 @@ static int _fs_extend_allow(struct cmd_context *cmd, struct logical_volume *lv,
} }
if (!fsi->mounted) if (!fsi->mounted)
log_print("File system %s%s found on %s.", log_print_unless_silent("File system %s%s found on %s.",
fsi->fstype, fsi->needs_crypt ? "+crypto_LUKS" : "", fsi->fstype, fsi->needs_crypt ? "+crypto_LUKS" : "",
display_lvname(lv)); display_lvname(lv));
else else
log_print("File system %s%s found on %s mounted at %s.", log_print_unless_silent("File system %s%s found on %s mounted at %s.",
fsi->fstype, fsi->needs_crypt ? "+crypto_LUKS" : "", fsi->fstype, fsi->needs_crypt ? "+crypto_LUKS" : "",
display_lvname(lv), fsi->mount_dir); display_lvname(lv), fsi->mount_dir);
@ -6342,18 +6342,18 @@ static int _fs_extend_allow(struct cmd_context *cmd, struct logical_volume *lv,
* it's mounted. * it's mounted.
*/ */
if (fsi->mounted && !fsi->needs_unmount && fsi->needs_fsck) { if (fsi->mounted && !fsi->needs_unmount && fsi->needs_fsck) {
log_print("File system fsck skipped for extending mounted fs."); log_print_unless_silent("File system fsck skipped for extending mounted fs.");
fsi->needs_fsck = 0; fsi->needs_fsck = 0;
} }
if (fsi->needs_unmount) if (fsi->needs_unmount)
log_print("File system unmount is needed for extend."); log_print_unless_silent("File system unmount is needed for extend.");
if (fsi->needs_fsck) if (fsi->needs_fsck)
log_print("File system fsck will be run before extend."); log_print_unless_silent("File system fsck will be run before extend.");
if (fsi->needs_mount) if (fsi->needs_mount)
log_print("File system mount is needed for extend."); log_print_unless_silent("File system mount is needed for extend.");
if (fsi->needs_crypt) if (fsi->needs_crypt)
log_print("cryptsetup resize is needed for extend."); log_print_unless_silent("cryptsetup resize is needed for extend.");
/* /*
* Use a confirmation prompt when mount|unmount is needed if * Use a confirmation prompt when mount|unmount is needed if
@ -6412,7 +6412,7 @@ static int _fs_reduce(struct cmd_context *cmd, struct logical_volume *lv,
*/ */
if (fsinfo.needs_crypt) { if (fsinfo.needs_crypt) {
newsize_bytes_fs -= fsinfo.crypt_offset_bytes; newsize_bytes_fs -= fsinfo.crypt_offset_bytes;
log_print("File system size %llub is adjusted for crypt data offset %ub.", log_print_unless_silent("File system size %llub is adjusted for crypt data offset %ub.",
(unsigned long long)newsize_bytes_fs, fsinfo.crypt_offset_bytes); (unsigned long long)newsize_bytes_fs, fsinfo.crypt_offset_bytes);
} }
@ -6433,7 +6433,7 @@ static int _fs_reduce(struct cmd_context *cmd, struct logical_volume *lv,
if (!fsinfo.needs_reduce && fsinfo.needs_crypt) { if (!fsinfo.needs_reduce && fsinfo.needs_crypt) {
/* Check if the crypt device is already sufficiently reduced. */ /* Check if the crypt device is already sufficiently reduced. */
if (fsinfo.crypt_dev_size_bytes <= newsize_bytes_fs) { if (fsinfo.crypt_dev_size_bytes <= newsize_bytes_fs) {
log_print("crypt device is already reduced to %llu bytes.", log_print_unless_silent("crypt device is already reduced to %llu bytes.",
(unsigned long long)fsinfo.crypt_dev_size_bytes); (unsigned long long)fsinfo.crypt_dev_size_bytes);
ret = 1; ret = 1;
goto out; goto out;
@ -6461,14 +6461,14 @@ static int _fs_reduce(struct cmd_context *cmd, struct logical_volume *lv,
if (test_mode()) { if (test_mode()) {
if (fsinfo.needs_unmount) if (fsinfo.needs_unmount)
log_print("Skip unmount in test mode."); log_print_unless_silent("Skip unmount in test mode.");
if (fsinfo.needs_fsck) if (fsinfo.needs_fsck)
log_print("Skip fsck in test mode."); log_print_unless_silent("Skip fsck in test mode.");
if (fsinfo.needs_mount) if (fsinfo.needs_mount)
log_print("Skip mount in test mode."); log_print_unless_silent("Skip mount in test mode.");
if (fsinfo.needs_crypt) if (fsinfo.needs_crypt)
log_print("Skip cryptsetup in test mode."); log_print_unless_silent("Skip cryptsetup in test mode.");
log_print("Skip fs reduce in test mode."); log_print_unless_silent("Skip fs reduce in test mode.");
ret = 1; ret = 1;
goto out; goto out;
} }
@ -6496,7 +6496,7 @@ static int _fs_reduce(struct cmd_context *cmd, struct logical_volume *lv,
*/ */
cmd->can_use_one_scan = 1; cmd->can_use_one_scan = 1;
if (scan_text_mismatch(cmd, lv->vg->name, NULL)) { if (scan_text_mismatch(cmd, lv->vg->name, NULL)) {
log_print("VG was changed during fs operations, restarting."); log_print_unless_silent("VG was changed during fs operations, restarting.");
lp->vg_changed_error = 1; lp->vg_changed_error = 1;
ret = 0; ret = 0;
goto out; goto out;
@ -6551,7 +6551,7 @@ static int _fs_extend(struct cmd_context *cmd, struct logical_volume *lv,
newsize_bytes_fs = newsize_bytes_lv; newsize_bytes_fs = newsize_bytes_lv;
if (fsinfo.needs_crypt) { if (fsinfo.needs_crypt) {
newsize_bytes_fs -= fsinfo.crypt_offset_bytes; newsize_bytes_fs -= fsinfo.crypt_offset_bytes;
log_print("File system size %llub is adjusted for crypt data offset %ub.", log_print_unless_silent("File system size %llub is adjusted for crypt data offset %ub.",
(unsigned long long)newsize_bytes_fs, fsinfo.crypt_offset_bytes); (unsigned long long)newsize_bytes_fs, fsinfo.crypt_offset_bytes);
} }
@ -6572,14 +6572,14 @@ static int _fs_extend(struct cmd_context *cmd, struct logical_volume *lv,
if (test_mode()) { if (test_mode()) {
if (fsinfo.needs_unmount) if (fsinfo.needs_unmount)
log_print("Skip unmount in test mode."); log_print_unless_silent("Skip unmount in test mode.");
if (fsinfo.needs_fsck) if (fsinfo.needs_fsck)
log_print("Skip fsck in test mode."); log_print_unless_silent("Skip fsck in test mode.");
if (fsinfo.needs_mount) if (fsinfo.needs_mount)
log_print("Skip mount in test mode."); log_print_unless_silent("Skip mount in test mode.");
if (fsinfo.needs_crypt) if (fsinfo.needs_crypt)
log_print("Skip cryptsetup in test mode."); log_print_unless_silent("Skip cryptsetup in test mode.");
log_print("Skip fs extend in test mode."); log_print_unless_silent("Skip fs extend in test mode.");
ret = 1; ret = 1;
goto out; goto out;
} }