From 32d4e844404295546e5623251037c09f83130981 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 4 Jul 2015 16:56:48 +0200 Subject: 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) --- raidguessfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'raidguessfs.py') 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: -- cgit v1.2.3