#********************** LVMCONF ****************************************** # # LVM Configuration File. # # @(#)B.11.31.1503_LR lvmconf $Revision: $ # #*************************************************************************** # # START_LVMPUD: 1 if lvmpud is started at startup. 0 if not. # This variable controls the startup of lvmpud. # Default is 0. # From 1009 release, we support auto preallocation # which uses lvmpud, hence we are setting the default # to 1. # #*************************************************************************** START_LVMPUD=1 #********************** End of LVMCONF **************************