On Wed, 2014-01-15 at 10:00 +0100, Stéphane Desneux wrote: > Artem, > > We moved the tmp mic dir from /var/tmp/mic/cache to /var/run/mic to be > faster: this greatly reduces the image creation time, specially the rpm > install phase. > > But... /var/run is mounted on tmpfs... And it's probably why mic fails > to generate the bmap file (FIEMAP fails). If we change the temp dir to > ext4, it works (but is slower :-)) > > Thanks for pointing the problem.
OK. Good news is - tmpfs supports 'SEEK_HOLE', and I can use that instead of FIEMAP, so tmpfs should be then supported. Let me add this to my todo list. If you could file a JIRA issue against bmap-tool (something like 'cannot create the bmap when the FS is tmpfs') and put the tracelog there, I'd appreciate. Thanks! -- Best Regards, Artem Bityutskiy _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
