Edited wiki page through web user interface.

This commit is contained in:
Louwrentius 2009-03-29 00:22:26 +00:00
parent 407e41dac3
commit 2b5d643e6c

View File

@ -1,5 +1,25 @@
#summary Changelog of distributed PPSS #summary Changelog of distributed PPSS
=== 2.15 ===
When using PPSS in distributed mode, it is now possible to obtain the status of individual nodes.
{{{
bash-3.2$ ./ppss.sh status -C config.cfg
mrt 29 01:22:04: INFO - ---------------------------------------------------------
mrt 29 01:22:04: INFO - Distributed Parallel Processing Shell Script version 2.15
mrt 29 01:22:04: INFO - Hostname: MacBoek.local
mrt 29 01:22:04: INFO - 77 percent complete.
mrt 29 01:22:04: INFO - 10.0.0.14: PAUZED (Core7i)
mrt 29 01:22:04: INFO - 10.0.0.12: RUNNING (MINI.local)
mrt 29 01:22:05: INFO - 10.0.0.4: PAUZED (server)
mrt 29 01:22:05: INFO - 10.0.0.30: PAUZED (host3)
mrt 29 01:22:05: INFO - 10.0.0.31: RUNNING (host4)
mrt 29 01:22:06: INFO - 10.0.0.50: PAUZED (imac-2.local)
mrt 29 01:22:06: INFO - 10.0.0.1: PAUZED (router)
}}}
=== 2.14 === === 2.14 ===
Major rework on path and filename handling. Filenames are now properly sanitized for special characters such as ',& and ( ). Major rework on path and filename handling. Filenames are now properly sanitized for special characters such as ',& and ( ).