summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/comandos/EliminarImagenCache.php
Commit message (Collapse)AuthorAgeFilesLines
* #1062 Support tiptorrent image transfer modeJavier Sánchez Parra2022-06-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for tiptorrent image transfer mode to client's bash scripts (aka cloning engine). If desired, clients receive images to restore with the new unicast transfer mode tiptorrent. See also: http://git.soleta.eu/tiptorrent/ #1062 Add tiptorrent support to WebConsole Add tiptorrent option to WebConsole restore image form. #1062 Launch tiptorrent on oglive init This commit adds tiptorrent launch to oglive init process. Clients launch tiptorrent daemon if they have cache partition. #1062 Fix minor tiptorrent integration bugs * Fix md5sum pipe typo * Use correct variable for checksum download #1062 Calculate checksum on image creation Otherwise, OpenGnsys depends on cron and bittorrent specific scripts to obtain images checksums. Support cache cleaning for tiptorrent image parts Tiptorrent downloads and saves images to the cache in parts. With this commit, WebConsole shows and deletes all parts as one. #1062 Rename TIPTORRENT-CACHE in restore image form This commit changes TIPTORRENT for TIPTORRENT-CACHE to keep naming consistency. #1062 tiptorrent stores whole file instead of chunks Tiptorrent now stores the whole file instead of the split chunks. Removes any chunk related code from cloning engine scripts. Requires newer version of tiptorrent installed (tiptorrent-static >= 1.0.0-6). Always compute MD5 of cached image Do not rely on MD5 checksum file from the cache on tiptorrent transfers. Otherwise, cloning engine could restore a corrupted image. #1062 Check tiptorrent exit code Otherwise, the image restoration continues in failed downloads.
* #1040 Fix delete cache image on computer groupsalbertogp2021-05-121-2/+1
| | | | | This commit fixes delete image cache (EliminarImagenCache) form to show cached images as expected when used on a scope group of computers
* #834: Fixing more code cleanup: file encoding, CSS units, HTML tags, and ↵Ramón M. Gómez2019-02-051-2/+2
| | | | trailing spaces.
* #834: More PHP/HTML/CSS code cleanup.Ramón M. Gómez2019-01-231-7/+4
|
* #834: Eliminar algunos espacios sobreantes y saltos de línea tipo CRLF.Ramón M. Gómez2018-05-171-11/+10
|
* #804: Sustituir funciones para compatibilidad con PHP 7 ({{{split}}} por ↵ramon2018-02-271-13/+13
| | | | | | {{{explode}}} y {{{ereg...}}} por {{{preg_...}}}). git-svn-id: https://opengnsys.es/svn/branches/version1.1@5619 a21b9725-9963-47de-94b9-378ad31fedc9
* #658 #730: Cambios en el comando Eliminar imagen de caché:ramon2017-12-281-35/+25
| | | | | | | | * Corregida erratas en cláusulas {{{GROUP BY}}} con MySQL 5.7 * Corregidos mensajes de cabeceras. * Buscar mnemónico {{{CACHE}}} en vez de la partición 4. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5546 a21b9725-9963-47de-94b9-378ad31fedc9
* #814: Sustituir las etiquetas cortas de php por el formato largopablombg2017-11-081-4/+4
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5502 a21b9725-9963-47de-94b9-378ad31fedc9
* Correccion-EliminarImagenCacheCliente-ticket658albertogp2014-08-011-101/+97
| | | | | | | | #658 Integrando ticket en version1.0 git-svn-id: https://opengnsys.es/svn/branches/version1.0@4356 a21b9725-9963-47de-94b9-378ad31fedc9
* #654 se corrige eliminar imagen cache para que en la lista de las imágenes ↵irina2014-07-181-2/+2
| | | | | | no se dupliquen git-svn-id: https://opengnsys.es/svn/branches/version1.0@4349 a21b9725-9963-47de-94b9-378ad31fedc9
* branches-version1.0albertogp2014-04-221-1/+2
| | | | | | | Integrando cambios en version 1.0 #462 git-svn-id: https://opengnsys.es/svn/branches/version1.0@4244 a21b9725-9963-47de-94b9-378ad31fedc9
* branches-version1.0-ticketsalbertogp2014-04-091-579/+426
| | | | | | | | | | Mejoras en los comandos Eliminar imagen Cache Cliente -Muestra que NO hay imagenes disponibles - Si NO hay imagenes no muestra un uno en la configuración #462 git-svn-id: https://opengnsys.es/svn/branches/version1.0@4230 a21b9725-9963-47de-94b9-378ad31fedc9
* branches-version1.0-ticketsalbertogp2014-04-081-428/+582
| | | | | | | | | | Mejoras en los comandos Eliminar imagen Cache Cliente -Muestra que NO hay imagenes disponibles - Si NO hay imagenes no muestra un uno en la configuración #462 git-svn-id: https://opengnsys.es/svn/branches/version1.0@4227 a21b9725-9963-47de-94b9-378ad31fedc9
* branches-version1.0albertogp2014-03-241-1/+1
| | | | | | | | | Añadiendo mejora para que no muestre las extensiones: .img.diff.sum .img.diff.torrent #462 git-svn-id: https://opengnsys.es/svn/branches/version1.0@4204 a21b9725-9963-47de-94b9-378ad31fedc9
* branches-version1.0albertogp2014-03-211-422/+446
| | | | | | | Integración de tickets-462 #462 git-svn-id: https://opengnsys.es/svn/branches/version1.0@4203 a21b9725-9963-47de-94b9-378ad31fedc9
* #608 consola web: eliminar imagen de cache. mostrar aviso si equipo sin ↵irina2013-06-131-48/+44
| | | | | | configuracion en BD. Modificacion funcion tabla_configuraciones git-svn-id: https://opengnsys.es/svn/branches/version1.0@3878 a21b9725-9963-47de-94b9-378ad31fedc9
* #524 integración mejora en rama de desarrollo branch/version1.0 (1.0.5pre)albertogp2013-02-261-259/+426
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@3637 a21b9725-9963-47de-94b9-378ad31fedc9
* Versión 1.0.5, #524: Integrar código del ticket:524, eliminar imagen de ↵ramon2012-11-081-0/+259
caché. git-svn-id: https://opengnsys.es/svn/branches/version1.0@3401 a21b9725-9963-47de-94b9-378ad31fedc9