xlators/mgmt/glusterd/src/snapshot/glusterd-lvm-snapshot.c #includes lvm-defaults.h
and uses the LVS macro at one call site, but hardcodes the identical "/sbin/lvs"
string literal at four others.
The sibling macros in the same header (LVM_CREATE, LVM_REMOVE) are already used
via the macro form elsewhere in this file, so the lvs literals are the odd ones out.
xlators/mgmt/glusterd/src/snapshot/glusterd-lvm-snapshot.c#includeslvm-defaults.hand uses the
LVSmacro at one call site, but hardcodes the identical"/sbin/lvs"string literal at four others.
The sibling macros in the same header (
LVM_CREATE,LVM_REMOVE) are already usedvia the macro form elsewhere in this file, so the
lvsliterals are the odd ones out.