summaryrefslogtreecommitdiffstats
path: root/node-admin
Commit message (Collapse)AuthorAgeFilesLines
* Disable node-agent tasksValerij Fredriksen2020-07-227-8/+93
|
* Remove old spec files used for YLinux6.Arnstein Ressem2020-07-061-51/+0
|
* Use <none> if no current docker imageOla Aunrønning2020-07-021-9/+7
|
* Consider currentDockerImage/wantedDockerImage if container is emptyOla Aunrønning2020-07-021-1/+13
|
* Avoid collecting potential large directory listMartin Polden2020-06-302-14/+15
|
* Use mutable integer insteadValerij Fredriksen2020-06-261-4/+5
|
* Rename variable to make purpose clearerValerij Fredriksen2020-06-261-3/+3
|
* Avoid going out of memory when deleting filesValerij Fredriksen2020-06-261-3/+5
|
* Avoid busy waitValerij Fredriksen2020-06-162-18/+15
|
* Wait until other thread is waiting for new context to stabilize unit testValerij Fredriksen2020-06-162-14/+30
|
* Simplify with CountDownLatch and CallableValerij Fredriksen2020-06-161-26/+12
|
* Image name is part of the repository.Arnstein Ressem2020-06-021-3/+1
|
* Use context to get Vespa home.Arnstein Ressem2020-06-022-11/+11
|
* Allow gdb path based on image name.Arnstein Ressem2020-06-021-5/+19
|
* Fix unitValerij Fredriksen2020-05-301-2/+3
|
* Remove deprecated fieldValerij Fredriksen2020-05-283-22/+1
|
* SimplifyValerij Fredriksen2020-05-271-8/+1
|
* Do not schedule new context unless already waiting for oneValerij Fredriksen2020-05-273-20/+61
|
* Also include core being currently processedOla Aunrønning2020-05-082-2/+8
|
* Merge pull request #13160 from ↵Valerij Fredriksen2020-05-051-1/+1
|\ | | | | | | | | vespa-engine/hakonhall/make-filefinder-constructor-private Make FileFinder constructor private
| * Make FileFinder constructor privateHåkon Hallingstad2020-05-051-1/+1
| |
* | Support setting last modified time, useful for testsHåkon Hallingstad2020-05-051-1/+5
|/
* Simplify paths in NodeAgentContextImplHåkon Hallingstad2020-05-031-5/+3
|
* Use /home/docker/container-storage as default container storage pathHåkon Hallingstad2020-05-033-8/+8
|
* Require the same FileSystem providerHåkon Hallingstad2020-05-037-72/+73
|
* Use same path rewrites as before this PRHåkon Hallingstad2020-05-021-3/+5
|
* Revert " Revert "Also map /opt/vespa/logs/vespa" and "Mount /etc/machine-id ↵Håkon Hallingstad2020-05-014-42/+89
| | | | and /var/log/journal""
* Revert "Mount /etc/machine-id and /var/log/journal"Harald Musum2020-05-014-88/+42
| | | | This reverts commit 59abe4286a6b9c550c83c59b0a114c37b01db726.
* Revert "Also map /opt/vespa/logs/vespa"Harald Musum2020-05-011-1/+0
|
* Also map /opt/vespa/logs/vespaHåkon Hallingstad2020-05-011-0/+1
| | | | PR #13127 somehow dropped the volume mapping of /opt/vespa/logs/vespa.
* Mount /etc/machine-id and /var/log/journalHåkon Hallingstad2020-04-304-42/+88
| | | | | | | | | | When /var/log/journal is mounted explicitly (/var/log is already mounted, but that's not sufficient), Docker/systemd will not mount the container's /var/log/journal/MACHINE-ID on the host's /var/log/journal/MACHINE-ID. Also, upgrades and restarts of a container will now reuse the same machine ID, as /etc/machine-id is written once and mounted in. Dirtying the container node means a new machine ID must be written for the same hostname later.
* Delete when we cross 80% utilValerij Fredriksen2020-04-292-4/+4
|
* Remove unused functionOla Aunrønning2020-04-271-3/+0
|
* Use full coredump pathOla Aunrønning2020-04-273-3/+2
|
* Use coredump path instead of container nameOla Aunrønning2020-04-272-1/+6
|
* Add container name to metadataOla Aunrønning2020-04-271-0/+1
|
* Cleanup naming and locationsJon Bratseth2020-04-261-1/+2
|
* Replace remaining LogLevel.<level> with corresponding Levelgjoranv2020-04-255-10/+10
|
* Map remaining DEBUG/SPAM/ERROR/FATAL -> Level.FINE/FINEST/SEVEREgjoranv2020-04-253-10/+10
|
* LogLevel -> Level for isLoggable()gjoranv2020-04-251-1/+1
|
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-254-5/+5
|
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-251-1/+1
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-259-9/+9
|
* CleanupValerij Fredriksen2020-04-245-13/+4
|
* Implement FileFinder::pruneValerij Fredriksen2020-04-242-0/+47
|
* Use JimFS insteadValerij Fredriksen2020-04-241-5/+6
|
* Create DiskSizeValerij Fredriksen2020-04-227-38/+117
|
* Use DiskCleanup to clean disk when fullValerij Fredriksen2020-04-224-63/+98
|
* Create DiskCleanupValerij Fredriksen2020-04-229-1/+558
|
* Throw ConvergenceException insteadValerij Fredriksen2020-04-221-3/+3
|