8000 Tags · sdi-ng/sdi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: sdi-ng/sdi

Tags

v1.6.0-rc1

Toggle v1.6.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Including the license in repository

GNU General Public License v2

v1.5.0

Toggle v1.5.0's commit message
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>

v1.5.0-rc1

Toggle v1.5.0-rc1's commit message
launchscripts: reading from sdi.conf just the necessary options

Signed-off-by: Diego Giovane Pasqualin <dgp06@c3sl.ufpr.br>

v1.0.0.1

Toggle v1.0.0.1's commit message
SDI 1.0.0.1

Signed-off-by: Bruno Ribas <ribas@c3sl.ufpr.br>

v1.0.0

Toggle v1.0.0's commit message
SDI 1.0.0

Signed-off-by: Bruno Ribas <ribas@c3sl.ufpr.br>

v1.0.0-rc3

Toggle v1.0.0-rc3's commit message
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>

v1.0.0-rc2

Toggle v1.0.0-rc2's commit message
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>

v1.0.0-rc1

Toggle v1.0.0-rc1's commit message
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>

v0.0.99

Toggle v0.0.99's commit message
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>

v0.0.99-rc3

Toggle v0.0.99-rc3's commit message
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>
0