# These are column to object attribute mappings # generated by bin/generate_field_data based on --- - :method: convert_lv :column: convert_lv :type_hint: String :description: For lvconvert - :method: copy_percent :column: copy_percent :type_hint: Float :description: For mirrors and pvmove - :method: attr :column: lv_attr :type_hint: String :description: Various attributes - see man page. - :method: kernel_major :column: lv_kernel_major :type_hint: String :description: Currently assigned major number or -1 if LV is not active. - :method: kernel_minor :column: lv_kernel_minor :type_hint: String :description: Currently assigned minor number or -1 if LV is not active. - :method: kernel_read_ahead :column: lv_kernel_read_ahead :type_hint: Integer :description: Currently-in-use read ahead setting in current units. - :method: major :column: lv_major :type_hint: Integer :description: Persistent major number or -1 if not persistent. - :method: minor :column: lv_minor :type_hint: Integer :description: Persistent minor number or -1 if not persistent. - :method: name :column: lv_name :type_hint: String :description: Name. LVs created for internal use are enclosed in brackets. - :method: path :column: lv_path :type_hint: String :description: Full pathname for LV. - :method: read_ahead :column: lv_read_ahead :type_hint: String :description: Read ahead setting in current units. - :method: size :column: lv_size :type_hint: Integer :description: Size of LV in current units. - :method: tags :column: lv_tags :type_hint: String :description: Tags - :method: uuid :column: lv_uuid :type_hint: String :description: Unique identifier. - :method: mirror_log :column: mirror_log :type_hint: String :description: For mirrors - :method: modules :column: modules :type_hint: String :description: Kernel device-mapper modules required for this LV. - :method: move_pv :column: move_pv :type_hint: String :description: For pvmove - :method: origin :column: origin :type_hint: String :description: For snapshots - :method: origin_size :column: origin_size :type_hint: Integer :description: For snapshots - :method: seg_count :column: seg_count :type_hint: Integer :description: Number of segments in LV. - :method: snap_percent :column: snap_percent :type_hint: Float :description: For snapshots - :method: vg_uuid :column: vg_uuid :type_hint: String :description: For VolumeGroup to LogicalVolume relationship.