Files
integ/config/puppet-modules/puppet-drbd-0.5.2/debian/patches/series
Matheus Guilhermino 53c79f1658 Fix warnings on puppet-drbd's resource.pp
Some values on resource.pp were defined as strings and operated on
as numbers, this causes puppet to automatically convert the strings
to the Numeric type, generating the following warning:

The string '<num_value>' was automatically coerced to the numerical
value <num_value>

to fix this, all affected values were cast to Numeric.

Test Plan:
PASS: Build & install
PASS: AIO-SX Successful Bootstrap
PASS: AIO-SX Successful Unlock

Story: 2010757
Task: 48027

Change-Id: Iebac4655b9bf22ba969b684c6709df09641b6969
Signed-off-by: Matheus Guilhermino <matheus.machadoguilhermino@windriver.com>
2023-05-16 19:55:23 +00:00

13 lines
616 B
Plaintext

0001-Adapt-first-set-of-legacy-patches.patch
0002-Disable-timeout-for-mkfs-command.patch
0003-drbd-parallel-to-serial-synchronization.patch
0004-US-96914-reuse-existing-drbd-cinder-resource.patch
0005-Add-PausedSync-states-to-acceptable-cstate.patch
0006-CGTS-7164-Add-resource-options-cpu-mask-to-affine-drbd-kernel-threads.patch
0007-Add-disk-by-path-test.patch
0008-CGTS-7953-support-for-new-drbd-resources.patch
0009-drbd-slow-before-swact.patch
0010-Format-DRBD-resource-cpu-mask-to-support-64-or-larger-cpus.patch
0011-Fix-DRBD-cephmon-resize.patch
0012-Convert-strings-to-Numeric-type-to-avoid-warnings.patch