manjo

Results 14 comments of manjo

Here is the output from juju status after I hit "Quit" [failed_openstack_juju_status.txt.gz](https://github.com/conjure-up/conjure-up/files/945457/failed_openstack_juju_status.txt.gz)

One more thing to note.. I do not see the screen where it would display the different units being started, deployed etc .. after a couple of minutes on screen...

I repeated the deployment and waited for the units to finish. But found that LXD/0 was failing with "install hook failed". Poking around I see in unit-lxd-0.log the following: 2017-04-20...

Also mysql/0 fails due to the following reasons: Apr 20 22:20:06 juju-89a28c-0 systemd[1]: Started User Manager for UID 1000. Apr 20 22:20:57 juju-89a28c-0 systemd[1]: Stopping LSB: Start and stop the...

The json output file is called test2.json and the directory is under is /tmp/fioout/

debugging this a bit looks like the script needs the file name to startwith() setttings["rw"] and endswith() .json. and then it splits() for some reason and finds iodepth and numjobs...

[randrw-64-100.json.txt](https://github.com/louwrentius/fio-plot/files/7507897/randrw-64-100.json.txt) Here is my JSON file that is now correctly named. But the script is looking for "job options" which is not in the json file. Can you please tell...

Looks like you require a per job iodepth option and not just global. Browsing around looks like a fix for this was proposed https://github.com/louwrentius/fio-plot/issues/2 But this is to an older...

jsonimport.py: looks like the following needs to be defined per-job in the fio job config file: "iodepth": (jobOptions + ["iodepth"]), "numjobs": (jobOptions + ["numjobs"]), "bs": (jobOptions + ["bs"]), "rw": (jobOptions...

which is fine. I think I can modify my fio config file to fit what the script needs. Also can you share what your typical fio config looks like? how...