]> git.proxmox.com Git - pve-storage.git/commit
Added a LOG_EXT constant as a counterpart to NOTES_EXT
authorDaniel Tschlatscher <d.tschlatscher@proxmox.com>
Tue, 14 Jun 2022 09:00:13 +0000 (11:00 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 15 Jun 2022 08:49:22 +0000 (10:49 +0200)
commit90778f7cdd8df255219214b355574ee70acb7d39
tree05481629fc017982166720c2da3e2e83ce8e8e2a
parent3048641bb42de421c57a817d166d12535f31796e
Added a LOG_EXT constant as a counterpart to NOTES_EXT

and refactored usages for .log and .notes with them.
At some parts in the test case code I had to source new variables to
shorten the line length to not exceed the 100 column line limit.

Signed-off-by: Daniel Tschlatscher <d.tschlatscher@proxmox.com>
Reviewed-by: Fabian Ebner <f.ebner@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
PVE/Storage.pm
PVE/Storage/Plugin.pm
test/archive_info_test.pm