-
Hi Team, we re using Stackable operator 24.7.0 on our Rosa env. But we are seeing one issue, where the data node is giving error that there is n space left on device, though we have enough space left on the PVC. Could you please let me know if there is any issue with HDFS or it may the an issue with underlying storage system ? If this is an issue with HDFS how we can fix this ? Error:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @rajarshp, can you please provide the output of the |
Beta Was this translation helpful? Give feedback.
That makes perfect sense, the next guess would have been inodes as well.
I just checked and for a 30Gi pvc on IONOS cloud you get 2.0M, on a different cloud you get 1.9M inodes. So seems like Trident is on the lower side of things with 0.9M.
I googled a bit and found https://kb.netapp.com/Cloud/Astra/Trident/Does_Trident_support_configuring_inodes_on_volume_creation.
I also wanted to mention that you can use multiple PVCs for datanodes, see https://docs.stackable.tech/home/stable/hdfs/usage-guide/resources/#_multiple_storage_volumes.
This could help if you get a higher inode/GiB ratio for smaller persistent volumes.
Anyhow, if you divide 3GB of data by 933887 inodes, you end up with an av…