summaryrefslogtreecommitdiff
path: root/raidguessfs.py
diff options
context:
space:
mode:
authorLudovic Pouzenc <lpouzenc@gmail.com>2015-07-04 16:56:48 +0200
committerLudovic Pouzenc <lpouzenc@gmail.com>2015-07-04 16:56:48 +0200
commit32d4e844404295546e5623251037c09f83130981 (patch)
tree299370b69840462ad36ed7069897714b36930c7f /raidguessfs.py
parentd16af666b5fc165d1f231a04ce6c1609563b7e74 (diff)
downloadraidguessfs-32d4e844404295546e5623251037c09f83130981.tar.gz
raidguessfs-32d4e844404295546e5623251037c09f83130981.tar.bz2
raidguessfs-32d4e844404295546e5623251037c09f83130981.zip
Tasks : implement the first one : find_bootsect
task_kill does not work, stale python process stays after umount. Should use state as initialisation vector too (start / kill / restart)
Diffstat (limited to 'raidguessfs.py')
-rwxr-xr-xraidguessfs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/raidguessfs.py b/raidguessfs.py
index 5aa8347..409ef0c 100755
--- a/raidguessfs.py
+++ b/raidguessfs.py
@@ -241,7 +241,7 @@ class RaidGuessFS(fuse.Fuse):
}
self.fattr.update( {
- '/tasks/%s'%s: self.st.make_fake_file(512) for s in self.tasks.TASK_NAMES
+ '/tasks/%s'%s: self.st.make_fake_file(4096) for s in self.tasks.TASK_NAMES
})
for raid_type in myraid.MyRaid.RAID_TYPES: