On Tue, Jul 23, 2013 at 05:45:50AM +0300, Martin Papik wrote: > * IMHO vgs/lvs/pvs should have an command line parameter, or option > modifier allowing to not display empty columns, i.e. the following > command might skip displaying origin, snap%, move, log, copy%, convert, > because they have no values. That would allow me to show copy_percent > column only when copy is in progress. Would be nice. Yes - I'm surprised we never had this suggested before. - Some columns will gain a property saying they can be suppressed when empty. - A new cmdline option/config setting to suppress empty fields. - Implemented as an extension alongside the 'sort' option. (Like sort, you have to have all the output data prepared before you find out whether any columns are empty - even the headings can't be output before this point.) - A way to flag an output data entry as empty. (zkabelac is about to commit some patches to tidy up the handling of empty fields so this change can follow those.) Alasdair _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/