redhat-cip / edeploy

Linux systems provisioning and updating made easy
Apache License 2.0
92 stars 38 forks source link

All messages are not clearly displayed while running .configure file #202

Closed guits closed 9 years ago

guits commented 9 years ago

Hello,

when running command in the .configure file, there is something that redirect all message to /dev/null or something like that.

i recently had to deploy a node, i've got a problem with this command :

run('lvcreate rootfs -n slash -l 100%FREE')

which was resulting to :

"WARNING: ext4 signature detected on /dev/rootfs/slash at offset 1080. Wipe it? [y/n]"

so eDeploy stopped the process because waiting for an answer.

The problem is as the message was not clearly displayed, it was a little bit more difficult to make some debug to understand what was going wrong.

Maybe we should have a way to be able to display these messages ?

ErwanAliasr1 commented 9 years ago

Perfectly true, that was hard to debug. Looking at it.

ErwanAliasr1 commented 9 years ago

That is solving your issue.