SUMMARY
Steps to repair a cloud file system damaged by an unclean shutdown.
ISSUE
Issue
The cloud storage returns the message: “File system damaged or not unmounted cleanly, run fsck!”
Cause
An unclean shutdown
Resolution
Since release 8.0 (cloudadm 1.13), the file system repair should occur automatically. If it does not, execute the following commands from the command line:
# /usr/bp/bin/cloudadm get cloudadm version 1.09 storage_id = 18 […] # /usr/bp/bin/cloudadm prep -f 18
This will run the cloud fsck.s3ql on storage_id = 18 (replace 18 with your actual storage id). The –f option forces a full check.