Tim St. Clair
4861405904
Refactor common container GetSpec
...
- Pull out the root container cases, since they're only relevant in the
raw container handler
- Pass parameters rather than depending on AbstractContainerInterface
2016-04-14 16:57:52 -07:00
Vish Kannan
a8edca0c46
Merge pull request #1208 from timstclair/e2e-errors
...
Look for container state in containerd path
2016-04-13 15:34:09 -07:00
Tim St. Clair
4b1ef4733a
Merge pull request #1205 from krallin/aggresively-close-netlink-cgroup-fds
...
Netlink: aggressively close cgroup fds
2016-04-13 15:22:05 -07:00
Tim St. Clair
7b1820b1d4
Look for container state in containerd path
2016-04-13 15:09:08 -07:00
Thomas Orozco
ee8701aa97
Netlink: aggressively close cgroup fds
...
Not closing the FDs manually means we have to rely on garbage collection
to run before cgroup FDs are closed. If the system is running a lot of
load probes at a high-frequency (i.e. dynamic housekeeping isn't backing
off because of load variations), we can end up hitting our FD limit due
to keeping around lots of (useless) FDs.
2016-04-13 11:30:48 +02:00
Vish Kannan
a6fdb9b445
Merge pull request #1192 from timstclair/exec-driver
...
Fix cAdivsor docker validation
2016-04-11 11:39:07 -07:00
Tim St. Clair
b768a9d1dc
If docker /info does not include ServerVersion, fallback to /version
2016-04-08 17:05:26 -07:00
Tim St. Clair
b553e02476
Fix cAdivsor docker validation
2016-04-08 17:05:26 -07:00
Vish Kannan
366dee28f8
Merge pull request #1200 from timstclair/integration
...
Improve local cAdvisor integration test script
2016-04-08 16:20:05 -07:00
Tim St. Clair
d434a4e534
Improve local cAdvisor integration test script
...
- Poll localhost:8080/healthz to wait for cAdvisor to start
- Set the script exit code to the test exit status
- Fix bash formatting
- Check for sudo access at the start
2016-04-08 15:54:06 -07:00
Vish Kannan
81f06c22ea
Merge pull request #1196 from vishh/disable-metrics
...
Fix --disable_metrics parsing to accept empty string as input.
2016-04-06 13:51:06 -07:00
Vishnu kannan
a663e835c4
Fix --disable_metrics parsing to accept empty string as input.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-04-06 11:52:44 -07:00
Tim St. Clair
8ddbae4202
Merge pull request #1195 from timstclair/e2e-errors
...
Fix e2e test command output formatting
2016-04-06 11:32:33 -07:00
Tim St. Clair
1379fc8183
Fix e2e test command output formatting
2016-04-06 10:56:33 -07:00
Tim St. Clair
de1bd289cb
Merge pull request #1191 from timstclair/e2e-errors
...
Don't escape e2e test command output in error messages
2016-04-05 16:08:29 -07:00
Tim St. Clair
b90878fcb1
Don't escape e2e test command output in error messages
2016-04-05 15:43:33 -07:00
Vish Kannan
05a1d7d5ed
Merge pull request #1190 from timstclair/godep
...
Bump go-dockerclient godep version
2016-04-05 15:10:25 -07:00
Tim St. Clair
d9c864324b
Fix usage of the latest go-dockerclient
2016-04-04 18:01:47 -07:00
Tim St. Clair
d2bb061da0
Bump go-dockerclient godep version
2016-04-04 16:28:19 -07:00
Tim St. Clair
400b3b2ae4
Merge pull request #1189 from timstclair/gitignore
...
git ignore test binaries
2016-04-04 16:25:35 -07:00
Tim St. Clair
e3d66bff1e
git ignore test binaries
2016-04-04 15:46:25 -07:00
Vish Kannan
5d7c71a495
Merge pull request #1154 from sjpotter/rkt
...
Part 2 of rkt support
2016-03-31 16:15:20 -07:00
Shaya Potter
ee52fdf4d1
address jon and vish comments
2016-03-23 18:19:31 -07:00
Shaya Potter
4d0f8fafbe
Godeps changes needed for rkt client support
2016-03-21 17:34:42 -07:00
Shaya Potter
206670a655
first cut of rkt handler
2016-03-21 17:34:42 -07:00
Vish Kannan
b9e36443c4
Merge pull request #1162 from ericchiang/cleanup_godeps
...
Godeps: revendor packags with more up-to-date godep version
2016-03-15 16:34:53 -07:00
Eric Chiang
10166c1491
Godeps: revendor packags with more up-to-date godep version
...
Closes #1161
2016-03-15 14:38:21 -07:00
Vish Kannan
1cc8e4d641
Merge pull request #1158 from vishh/net_metrics
...
Avoid collecting network stats for non root cgroups in raw handler.
2016-03-15 14:25:42 -07:00
Vishnu kannan
e2717d8bb7
Avoid collecting network stats for non root cgroups in raw handler.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-03-15 12:16:11 -07:00
Vish Kannan
f149fcde70
Merge pull request #1165 from vishh/fix-e2e
...
Remove test args from the runner since it is not needed/used.
2016-03-15 10:28:49 -07:00
Vishnu Kannan
dbb3ed8d5c
Remove test args from the runner since it is not needed/used.
...
Signed-off-by: Vishnu Kannan <vishnuk@google.com>
2016-03-15 09:23:54 -07:00
Tim St. Clair
23cde28c5d
Merge pull request #1159 from sjenning/manager-accept-ignoremetrics
...
allow ignoreMetrics in new manager
2016-03-14 15:22:03 -07:00
Seth Jennings
8aa6164192
allow ignoreMetrics in new manager
2016-03-14 17:16:56 -05:00
Vish Kannan
5ff1669968
Merge pull request #1125 from aaronlevy/overlay
...
Evaluate labels from all mount points (rather than just "supported" fs)
2016-03-11 14:56:47 -08:00
Vish Kannan
1966eca2e7
Merge pull request #1152 from derekwaynecarr/cadvisor_hangs
...
Cadvisor hangs on startup
2016-03-09 13:39:40 -08:00
derekwaynecarr
4886fb51b2
Fix detection of AWS cloud taking 20s when not on AWS
2016-03-09 16:26:44 -05:00
derekwaynecarr
89676792bd
Fix typo in constant
2016-03-08 13:00:16 -05:00
Tim St. Clair
bbdde9e3b2
Merge pull request #1128 from sjpotter/commonize
...
pull out common parts of docker and raw container handlers for use by rkt handler
2016-03-07 10:30:29 -08:00
Aaron Levy
49906a77fc
fs: use set for dockerImagePaths
2016-03-06 17:41:51 -08:00
Aaron Levy
b1e4bc7d11
fs: evaluate labels from all mount points
2016-03-06 17:41:51 -08:00
Shaya Potter
5e04a224ae
pull out common parts of docker and raw container handlers for use by rkt handler
2016-03-02 16:12:04 -08:00
Tim St. Clair
0439cde9f7
Merge pull request #1148 from aaronlevy/readme
...
README: fix build link
2016-03-01 19:50:21 -08:00
Vish Kannan
4a8ffcfc7e
Merge pull request #1143 from sjenning/disable-fsstats-devicemapper
...
skip TestDockerFilesystemStats for devicemapper
2016-03-01 11:22:10 -08:00
Phillip Wittrock
339bdefed2
Merge pull request #1145 from vishh/fix-fs-spec
...
Set spec.hasFilesystem to true by default for docker containers.
2016-03-01 10:37:48 -08:00
Vishnu Kannan
da888b11b2
Set spec.hasFilesystem to true by default for docker containers.
2016-03-01 09:58:28 -08:00
Aaron Levy
4bd9f6f77f
README: fix build link
2016-03-01 09:51:16 +00:00
Vish Kannan
e39fb02c89
Merge pull request #1129 from vishh/v0.22.0
...
Release v0.22.0
2016-02-29 17:35:01 -08:00
Phillip Wittrock
1b64debaf2
Merge pull request #1144 from vishh/disk-e2e
...
Fix test commands that are currently failing over ssh.
2016-02-29 17:06:13 -08:00
Vishnu kannan
6556ce20a4
Fix test commands that are currently failing over ssh.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-02-29 16:33:46 -08:00
Seth Jennings
bf9e236cee
disable fs stats for devicemapper
2016-02-29 17:18:14 -06:00