dataplacement: increase max data placement IDs to 128
authorVincent Fu <vincent.fu@samsung.com>
Wed, 5 Jun 2024 15:19:51 +0000 (15:19 +0000)
committerVincent Fu <vincent.fu@samsung.com>
Wed, 5 Jun 2024 16:13:27 +0000 (16:13 +0000)
commit695ab5c21d44a004b8f90bcc38b9331bc2d8feb7
treec14d71463d89d3a660ed5bddf2de47d7eb1951dd
parent612da74406e8f62fd6e129a8391f59fd3ffb7ee3
dataplacement: increase max data placement IDs to 128

Some users have requested the ability to test a larger number of
placement IDs in a single job. Bump the max placement IDs to 128.
Change the type to 16 bits to reduce the amount of space these
additional IDs will consume.

Also bump the server version for this change.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
cconv.c
dataplacement.h
server.h
thread_options.h