lvs 输出:数据%列

lvs 输出:数据%列

以下是标准 lvs 输出的示例:

LV    VG     Attr       LSize   Pool  Origin Data%  Meta%  Move Log Cpy%Sync Convert
POOL  VG     twi-aotz-- 399.80g              28.12  14.75                           

Data% 

字段指定池或卷中数据的填充百分比(占其总大小的百分比)。

您能告诉我它对应的列名吗?

我检查了 man lvs 并查看了以下列:

Column  names include: chunk_size, convert_lv, copy_percent, data_lv, devices, discards, lv_attr, lv_host, lv_kernel_major, lv_kernel_minor, lv_kernel_read_ahead, lv_major, lv_minor, lv_name,
          lv_path, lv_profile, lv_read_ahead, lv_size, lv_tags, lv_time, lv_uuid, metadata_lv, mirror_log,  modules,  move_pv,  origin,  origin_size,  pool_lv,  raid_max_recovery_rate,  raid_min_recov‐
          ery_rate,  raid_mismatch_count,  raid_sync_action,  raid_write_behind,  region_size, segtype, seg_count, seg_pe_ranges, seg_size, seg_size_pe, seg_start, seg_start_pe, seg_tags, snap_percent,
          stripes, stripe_size, sync_percent, thin_count, transaction_id, zero.

找不到任何映射到数据% 的内容。

最好将该值设置为精确值而不是百分比。

转储lvs中特定列的方法是:

lvs -othin_id,lv_name,origin,lv_size

我正在寻找应该在被转储的列末尾附加什么内容。

谢谢

答案1

lvs -o data_percent
lvs -o help (more info).

抱歉,我的英语说得不好...我并不粗鲁。:)

相关内容