2352: Update arv-run-pipeline-instance to handle RunningOnClient and Paused states
[arvados.git] / sdk / python / arvados / fuse.py
index 5a56e85fdf7e8d24c05f3ab93362df5215c5c98f..983dc2efbb65748d4c0b5c9e0f47f4c41171470e 100644 (file)
@@ -10,7 +10,6 @@ import errno
 import stat
 import threading
 import arvados
-import argparse
 import pprint
 
 from time import time
@@ -294,7 +293,7 @@ class Operations(llfuse.Operations):
 
     def statfs(self):
         st = llfuse.StatvfsData()
-        st.f_bsize = 4096
+        st.f_bsize = 1024 * 1024
         st.f_blocks = 0
         st.f_files = 0