skalenetwork / skalenetwork/node-cli
Node-cli can't parse filesystem type during node init
Open
@dmytrotkk is already working on this.
Since Oct 13, 2025.
fair-node
- Dominant language
- Python
- Stars
- 21
- Forks
- 7
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 5
Description
Version: 3.2.0-fair-stable.0
Log:
root@Beachain-2:~# blkid -o udev /dev/sdb1
ID_FS_UUID=9656161f-b083-499a-9c09-1e29630e9c71
ID_FS_UUID_ENC=9656161f-b083-499a-9c09-1e29630e9c71
ID_FS_BLOCK_SIZE=4096
ID_FS_TYPE=ext4
ID_FS_PARTUUID=5c12070c-8ec4-1348-872c-e8fd339c8ffd
fair node init
...
2025-10-13 17:55:31,441 - INFO - Creating /root/.skale/contracts_info directory...
2025-10-13 17:55:31,441 - INFO - Creating /root/.skale/node_data/eth-state directory...
2025-10-13 17:55:31,441 - INFO - Creating /root/.skale/node_data/ssl directory...
2025-10-13 17:55:31,441 - INFO - Creating /root/.skale/node_data/sgx_certs directory...
2025-10-13 17:55:31,441 - INFO - Creating /root/.skale/node_data/schains directory...
2025-10-13 17:55:31,442 - INFO - Creating /root/.skale/node_data/redis-data directory...
2025-10-13 17:55:31,442 - INFO - Creating /var/lib/skale directory...
2025-10-13 17:55:31,442 - INFO - Creating symlink /root/.skale/.env → /root/.skale/config/.env
2025-10-13 17:55:31,447 - INFO - Cannot get filesystem type
Traceback (most recent call last):
File "node_cli/main.py", line 135, in <module>
File "click/core.py", line 1157, in __call__
File "click/core.py", line 1078, in main
File "click/core.py", line 1688, in invoke
File "click/core.py", line 1688, in invoke
File "click/core.py", line 1434, in invoke
File "click/core.py", line 783, in invoke
File "node_cli/utils/helper.py", line 294, in wrapper
File "node_cli/cli/fair_node.py", line 63, in init_node
File "node_cli/utils/decorators.py", line 39, in inner
File "node_cli/fair/common.py", line 65, in init
File "node_cli/operations/base.py", line 96, in wrapper
File "node_cli/operations/fair.py", line 106, in init
File "node_cli/operations/volume.py", line 127, in prepare_block_device
File "node_cli/operations/volume.py", line 109, in get_block_device_filesystem
StopIteration
stderr_lines: <omitted>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.