Comment 8 for bug 620027

Revision history for this message
Armando Migliaccio (armando-migliaccio) wrote :

I am deleting PV/VG in between runs.

self.stderr.write() and self.stdout.write() do not write on my console in either mode (daemon, nodaemon) so I replaced them with log traces and I managed to see that when nova-volume runs in daemon mode vgcreate does not get called at all! Is it possible that the process.simple_execute call gets lost somehow in the call chain?