redbo / cloudfuse

Filesystem (fuse) implemented on Mosso's Cloud Files
http://redbo.github.com/cloudfuse/
MIT License
392 stars 114 forks source link

Cloudfuse only shows 8T of space available #76

Open pmaluf opened 9 years ago

pmaluf commented 9 years ago

Hi, I have a cloud container with 170T of space available, but shows only 8T.

Is there any size limit? Or it's an expected behavior?

$ df -h /mnt Filesystem Size Used Avail Use% Mounted on cloud fuse 8.0T 0 8.0T 0% /mnt

Container Metadata: < HTTP/1.1 204 No Content < X-Container-Object-Count: 12 < Accept-Ranges: bytes < X-Timestamp: 1439548654.78439 < X-Container-Bytes-Used: 51720816 < X-Container-Meta-Quota-Bytes: 186916976721920 < X-Trans-Id: txd1052fa81944458287ed3-0056423a31ga < Date: Tue, 10 Nov 2015 18:40:49 GMT < Connection: keep-alive < X-Storage-Class: Standard < X-Last-Modified-Timestamp: 1439548654.78439 < Content-Type: text/plain;charset=utf-8

Thanks!