Tags: sdi-ng/sdi
Tags
Including the license in repository GNU General Public License v2
Don't save number of hosts in a state. This will be made by the javas… …cript. This change intends to prevent counting errors and decrease the server load. Signed-off-by: Diego Giovane Pasqualin <dgp06@c3sl.ufpr.br> Signed-off-by: Vinicius Ruoso <vkr07@c3sl.ufpr.br>
launchscripts: reading from sdi.conf just the necessary options Signed-off-by: Diego Giovane Pasqualin <dgp06@c3sl.ufpr.br>
Fix attribute errors log messages When some parser object don't act like expected, an attribute error happens, but now we don't know on witch HOST or script. Moving this message to the HOST specific log file will be easily to debug parser objects errors. Signed-off-by: Vinicius Ruoso <vkr07@c3sl.ufpr.br>
Fix SDITUNNEL() to redirect all ssh output to stdout If some message (even a ssh error) were sent to stderr it was printed at user's terminal console that has launch SDI. From now on these stderr messages are redirected to sdtout and PARSE() will decide what to do with the message Signed-off-by: Bruno Ribas <ribas@c3sl.ufpr.br>
Fix the way of getting information about the processes Removing the calls to ps(1) to check if a process is running will decrease the script time. Checking /proc the effect is the same, but faster. Signed-off-by: Vinicius Ruoso <vkr07@c3sl.ufpr.br> Signed-off-by: Bruno Ribas <ribas@c3sl.ufpr.br>
Fix the identification of raid diagnoses When a partition was marked as SYNCHRONIZING_RAID it was marked also as OUT_OF_RAID. The partitions that are synchronizing are out of the raid too, but we can assume just the SYNCHRONIZING_RAID diagnostic. This correction serves to mark the partitions that are synchronizing only as SYNCHRONIZING_RAID. Signed-off-by: Luis Lourenço <lhal04@c3sl.ufpr.br> Acked-by: Vinicius Ruoso <vkr07@c3sl.ufpr.br> Signed-off-by: Bruno Ribas <ribas@c3sl.ufpr.br>
README: Draft to the "final" """"stable""" release Just talking about our goals, how get in touch and some important notes. Signed-off-by: Bruno Ribas <ribas@c3sl.ufpr.br>
PreviousNext