-
Notifications
You must be signed in to change notification settings - Fork 80
CORTX-33876: Log device size should be power of 2 with limits #2151
Conversation
6cc485b
to
948b2db
Compare
Tested PR on 1N bootstrap with loop devices. [root@centos01 sysconfig]# cat m0d-0x7200000000000001:0x2 |
retest this please |
@Shreya-18 Please check why 3N and 5N deployment checks are failing. |
retest this please |
3N deployment is failing due to server pod timeout issue. Will test it manually and update it. |
|
Ok.. i think it is because of CORTX-33786 for which we have PR #2152 |
The validation for log device size was missing which resulted in failure of cluster bootstrap. Default size was taken from lsblk if not provided via confstore. Solution: Following motr constraints are considered: - the log device size upper and lower bounds is set to 4GB and 128MB respectively. - The size of the log device is rounded off to the nearest power of 2. Signed-off-by: Shreya Karmakar <shreya.karmakar@seagate.com>
Deployed successfully on 5Node setup !!
|
The validation for log device size was missing which resulted
in failure of cluster bootstrap. Default size
was taken from lsblk if not provided via confstore.
Solution:
Following motr constraints are considered:
128MB respectively.
power of 2.
Signed-off-by: Shreya Karmakar shreya.karmakar@seagate.com