Default OSD size now 1

This commit is contained in:
Samuel Müller
2025-03-26 09:00:45 +01:00
parent f00c1f48e9
commit 640ccff822

View File

@ -327,7 +327,7 @@
nodes: [
{
osd_count: 4,
osd_size_gb: 1000
osd_size_gb: 1
}
],
result: {
@ -349,7 +349,7 @@
addNode() {
this.nodes.push({
osd_count: 4,
osd_size_gb: this.storageUnit === 'TB' ? 1000 : 1
osd_size_gb: 1
});
},