oVirt / vdsm

The Virtual Desktop Server Manager
GNU General Public License v2.0
161 stars 202 forks source link

lvmlocal.conf: fix header metadata #329

Closed aesteve-rh closed 2 years ago

aesteve-rh commented 2 years ago

Metadata header comments of the lvmlocal.conf file are parsed by the vdsm-tool when running the is-configured command. This check is failing due to an empty line between the license headers and the actual header with the metadata, which is processed as a premature end of the header.

Connect the SPDX header lines with the rest of the header by adding a # character at the beginning.

Signed-off-by: Albert Esteve aesteve@redhat.com

tinez commented 2 years ago

/ost

michalskrivanek commented 2 years ago

/ost basic-suite-master el9stream