Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: 报No space left on device ,tiflash 无法启动
[Version] V5.2.3 arm kylin-v10
[Issue]
tiflash cannot start, tiflash_err.log reports the following error, unable to create tiflash.log file, attempting to touch any file reports no space left Logging information to /tiflash/deploy/log/tiflash.log Poco::Exception. Code: 1000, e.code() = 28, e.displayText() = File access error: no space left on device: /tiflash/deploy/log/tiflash.log, e.what() = File access error Logging information to /tiflash/deploy/log/tiflash.log Poco::Exception. Code: 1000, e.code() = 28, e.displayText() = File access error: no space left on device: /tiflash/deploy/log/tiflash.log, e.what() = File access error
$ touch tiflash.log
touch: cannot touch ‘tiflash.log’: No space left on device
[tidb@pd151 log]$ touch 123
touch: cannot touch ‘123’: No space left on device
df shows 132G free
/dev/mapper/rootvg-lv_tiflash 147G 8.1G 132G 6% /tiflash
du -sh /tiflash
8.0G /tiflash