Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

fs inspector support for namazu container #162

Merged
merged 1 commit into from
Aug 2, 2016
Merged

fs inspector support for namazu container #162

merged 1 commit into from
Aug 2, 2016

Conversation

AkihiroSuda
Copy link
Member

Fix #161

PTAL @v01dstar

How to test:

$ cat > /tmp/container.toml << EOF
explorePolicy = "random"
[explorePolicyParam]
  maxInterval = "3000ms"
  faultActionProbability = 0.5

[container]
  enableProcInspector = false
  enableFSInspector = true
EOF
$ docker pull alpine
$ mkdir /tmp/foo && echo something > /tmp/foo/bar
$ sudo ./bin/nmz container run -it --rm -v /tmp/foo:/foo --nmz-autopilot /tmp/container.toml alpine sh
container# ls /foo (sometimes slow, sometimes EIO)

@coveralls
Copy link

coveralls commented Jul 29, 2016

Coverage Status

Coverage decreased (-0.3%) to 40.301% when pulling 8943710 on suda/wip into 96d5f13 on master.

@v01dstar
Copy link
Contributor

v01dstar commented Aug 2, 2016

LGTM

@AkihiroSuda AkihiroSuda merged commit 8c679d1 into master Aug 2, 2016
AkihiroSuda added a commit that referenced this pull request Sep 5, 2016
Release Note: http://osrg.github.io/namazu/post/release-0-2-1/

Changes from v0.2.0:

 * #167, #168, #169, #170: doc: miscellaneous improvements
 * #166: vendor go packages
 * #163: *: bump up Go to 1.7
 * #162: container: add support for inspectors/fs
 * #160: inspectors/fs: implement Fsync
 * #158, #159: inspectors/fs: improved CLI (thank you @v01dstar !)
 * #156: inspectors/proc: improved error handling
 * #154, #155: inspectors/proc: improved CLI

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
@AkihiroSuda AkihiroSuda mentioned this pull request Sep 5, 2016
AkihiroSuda added a commit that referenced this pull request Sep 5, 2016
Release Note: http://osrg.github.io/namazu/post/release-0-2-1/

Changes from v0.2.0:

 * #167, #168, #169, #170: doc: miscellaneous improvements
 * #166: vendor go packages
 * #163: *: bump up Go to 1.7
 * #162: container: add support for inspectors/fs
 * #160: inspectors/fs: implement Fsync
 * #158, #159: inspectors/fs: improved CLI (thank you @v01dstar !)
 * #156: inspectors/proc: improved error handling
 * #154, #155: inspectors/proc: improved CLI

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants