Closed A-Harby closed 5 months ago
was able to deploy using 50GB disk size
was able to deploy using 50GB disk size
Yes, deployment is working fine, but my point was, why would the filter result in a node with a 40 GB SSD when the SRU option was clearly 50 GB?
I believe this is a race condition, someone else deployed a VM on this node before you by a few seconds and took the storage and it failed with you while deploying.
I checked the storage pool for this node and it has only one SSD disk, so it's not a mess calculation from the proxy side as it doesn't take that into account.
[
{
name: '5537bb63-21f0-4449-9ec9-f568b3fd48e8',
type: 'ssd',
size: 512110190592,
used: 472729518080
},
{
name: 'dccfc185-c8b1-4752-8dcc-783bfede133d',
type: 'hdd',
size: 3000592982016,
used: 0
},
{
name: '636952f1-3045-4dba-b686-7f4b796f543a',
type: 'hdd',
size: 3000592982016,
used: 0
},
{
name: 'd61ff74c-d10a-45c5-aedf-86b549098ce7',
type: 'hdd',
size: 3000592982016,
used: 0
}
]
I believe this is a race condition, someone else deployed a VM on this node before you by a few seconds and took the storage and it failed with you while deploying.
I checked the storage pool for this node and it has only one SSD disk, so it's not a mess calculation from the proxy side as it doesn't take that into account.
It could be a race condition indeed, and it's not reproducible for now, but since the issue happened to the grid client during automated tests, I will pay attention to them and report if it happens again.
Is there an existing issue for this?
which package/s did you face the problem with?
grid_client
What happened?
I have chosen a 50 GB disk size and 0 rootfs and passed these values to the filter as sru, but the filter returned to me a node with only 40 GB.
I tried it a few times, and the result is the same.
Steps To Reproduce
No response
which network/s did you face the problem on?
Dev
version
dev branch
Twin ID/s
No response
Node ID/s
No response
Farm ID/s
No response
Contract ID/s
No response
Relevant screenshots/screen records
Relevant log output