Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weekly Digest (20 January, 2019 - 27 January, 2019) #2695

Closed
weekly-digest bot opened this issue Jan 27, 2019 · 0 comments
Closed

Weekly Digest (20 January, 2019 - 27 January, 2019) #2695

weekly-digest bot opened this issue Jan 27, 2019 · 0 comments

Comments

@weekly-digest
Copy link

weekly-digest bot commented Jan 27, 2019

Here's the Weekly Digest for alibaba/pouch:


ISSUES

Last week 18 issues were created.
Of these, 11 issues have been closed and 7 issues are still open.

OPEN ISSUES

💚 #2694 WeeklyReport of PouchContainer from 2019-01-18 to 2019-01-25, by pouchrobot
💚 #2691 support update daemon with home-dir and snapshotter, by wangforthinker
💚 #2689 [RFC] move CRI v1alpha1 support to END OF LIFE, by zhuangqh
💚 #2687 feature: exposed rootfs path of the container through inspect command, by fengzixu
💚 #2681 feature: CONTAINER_PAUSE state for CRI, by zhuangqh
💚 #2680 fix: update container state according to containerd events, by zhuangqh
💚 #2679 bugfix: fix containerd pid may be reuse, by HusterWan

CLOSED ISSUES

❤️ #2693 test: skip test cgroup parent when use cgroup ns, by Ace-Tang
❤️ #2692 test: change oss endpoint, by rudyfly
❤️ #2690 test: shouldn't use string to convert int64 to string, by HusterWan
❤️ #2688 fix: failed to get correct cgroup path in test, by Ace-Tang
❤️ #2686 test: skip the flay case, by fuweid
❤️ #2685 [Bug] memory controller missing on ubuntu, by HusterWan
❤️ #2684 bugfix: fix wrongly update cpu-quota to 0 , by HusterWan
❤️ #2683 upgrade: move to 1.2.0, by fuweid
❤️ #2682 bugfix: check old volume mode, by rudyfly
❤️ #2678 bugfix: make sure SnapshotID not empty when start container, by HusterWan
❤️ #2677 docs: add doc to describe how to use pouch run --log-driver, by hellolijj

LIKED ISSUE

👍 #2689 [RFC] move CRI v1alpha1 support to END OF LIFE, by zhuangqh
It received 👍 x3, 😄 x0, 🎉 x0 and ❤️ x0.

NOISY ISSUE

🔈 #2688 fix: failed to get correct cgroup path in test, by Ace-Tang
It received 5 comments.


PULL REQUESTS

Last week, 28 pull requests were created, updated or merged.

UPDATED PULL REQUEST

Last week, 15 pull requests were updated.
💛 #2691 support update daemon with home-dir and snapshotter, by wangforthinker
💛 #2687 feature: exposed rootfs path of the container through inspect command, by fengzixu
💛 #2681 feature: CONTAINER_PAUSE state for CRI, by zhuangqh
💛 #2680 fix: update container state according to containerd events, by zhuangqh
💛 #2679 bugfix: fix containerd pid may be reuse, by HusterWan
💛 #2612 test: add missing integration test for PouchContainer, by allencloud
💛 #2569 feature: add a paramter labels to CreateSnapshot, by firjest
💛 #2563 blkiodev: limit blkio device's read/write Bps/IOps, by houstar
💛 #2530 [WIP] Upgrade to containerd v1.2, by fuweid
💛 #2393 bugfix: failed to validate namespace value, by Ace-Tang
💛 #2363 feature: support multiple containerd-shim, by Ace-Tang
💛 #2248 feature: add cli attach command, by ZYecho
💛 #2230 feature: support update hostname, by wangforthinker
💛 #2182 feature: pouch copy in client and daemon side, by knightXun
💛 #2037 feature: add request handling statistics for pouch daemon, by allencloud

MERGED PULL REQUEST

Last week, 13 pull requests were merged.
💜 #2693 test: skip test cgroup parent when use cgroup ns, by Ace-Tang
💜 #2692 test: change oss endpoint, by rudyfly
💜 #2690 test: shouldn't use string to convert int64 to string, by HusterWan
💜 #2688 fix: failed to get correct cgroup path in test, by Ace-Tang
💜 #2686 test: skip the flay case, by fuweid
💜 #2684 bugfix: fix wrongly update cpu-quota to 0 , by HusterWan
💜 #2683 upgrade: move to 1.2.0, by fuweid
💜 #2682 bugfix: check old volume mode, by rudyfly
💜 #2678 bugfix: make sure SnapshotID not empty when start container, by HusterWan
💜 #2677 docs: add doc to describe how to use pouch run --log-driver, by hellolijj
💜 #2675 bugfix: /etc/mtab will miss quota id, by rudyfly
💜 #2673 test: refact travis-ci, by rudyfly
💜 #2616 feature: support cgroup systemd driver, by Ace-Tang


COMMITS

Last week there were 13 commits.
🛠️ test: change oss endpoint change oss endpoint from beijing to hangkong Signed-off-by: Rudy Zhang rudyflyzhang@gmail.com by rudyfly
🛠️ test: skip test cgroup parent when use cgroup ns in ##2688, I make a mistake to find container cgroup path, since when containeruse cgroup namespace, we can not get cgroup path from container withexec cat proc/self/cgroups. Skip some test if container use cgroup namespace. fixes: #2685 Signed-off-by: Ace-Tang aceapril@126.com by Ace-Tang
🛠️ docs: add doc to describe how to use pouch run --log-driver Signed-off-by: Junjun Li junjunli666@gmail.com by hellolijj
🛠️ bugfix: shouldn't use string to convert int64 to string Signed-off-by: Michael Wan zirenwan@gmail.com by HusterWan
🛠️ test: skip the flay case When the init process in a container exits, the pouchcontainer daemon will handle the cleanup job, such as update status code, delete the containerd's task/container record. The action is handled in the goroutine. Since pouchcontainer doesn't lock the whole container, when the status has been updated from running into stopped, the containerd's task/container records are not removed by the cleanup job. if the user wants to use wait command to make sure that cleanup job has been done, it will fail because the status is updated first. The flaky case is running on this case. We can run it until we have better solutions to make the status notification more stable. Signed-off-by: Wei Fu fuweid89@gmail.com by fuweid
🛠️ bugfix: fix update cpu-quota to 0 Signed-off-by: Michael Wan zirenwan@gmail.com by HusterWan
🛠️ fix: failed to get correct cgroup path in test runc get cgroup parent through /proc/self/cgroup, so can not get cgroup path just join string like "/sys/fs/cgroup"+"subsystem"+"cgroup-parent"+"containerid", get corrent cgroup path from /proc/self/cgroup in test. fixes: #2685 Signed-off-by: Ace-Tang aceapril@126.com by Ace-Tang
🛠️ bugfix: check old volume mode when use volumes-from, need to check old volume mode. with R/W mode, if hasn't set in new mode, we should inherit from old mountpoint R/W mode. with copy mode, if hasn't set nocopy in new mode, and also hasn't set nocopy in old mountpoint mode, by default, we should set CopyData is true. Signed-off-by: Rudy Zhang rudyflyzhang@gmail.com by rudyfly
🛠️ bugfix: make sure SnapshotID not empty when start container Signed-off-by: Michael Wan zirenwan@gmail.com by HusterWan
🛠️ test: refact travis-ci refact travis-ci, make it run faster. 1. remove CRI v1alpha1 test 2. split the integration into multiple parts, let them run together, because the limit of travis ci jobs, we only can split four parts. 3. update travis-ci os version to ubuntu-16.04 xenial, because in this version, we can use apt-get to install criu, instead of building it by ourself, it can reduce the setup time. 4. I have built nsenter and upload to aliyun oss storage server, so only download it instead of building it every time. Signed-off-by: Rudy Zhang rudyflyzhang@gmail.com by rudyfly
🛠️ upgrade: move to 1.2.0 Signed-off-by: Wei Fu fuweid89@gmail.com by fuweid
🛠️ feature: support cgroup systemd driver support systemd cgroup driver for pouch container. Signed-off-by: Ace-Tang aceapril@126.com by Ace-Tang
🛠️ bugfix: /etc/mtab will miss quota id if set /etc/mtab before set rootfs quota, it will make /etc/mtab miss quota id of rootfs quota, so it need be moved after set rootfs quota. with overlay work dir, it disappear work/work, when only set the dir work's quota id, if we remove set dir quota id by recursively, the quota id for overlay is invalid. Signed-off-by: Rudy Zhang rudyflyzhang@gmail.com by rudyfly


CONTRIBUTORS

Last week there were 5 contributors.
👤 rudyfly
👤 Ace-Tang
👤 hellolijj
👤 HusterWan
👤 fuweid


STARGAZERS

Last week there were 24 stagazers.
jhsea3do
warwolf767
jhernandezb
hsowan
lijobs
DrowYue
xxxxha
Guomingze
songxinjianqwe
Coder-zheng
MartyRong
wfnuser
therealt3nzin
PoormaJin
jacky1193610322
mrjoechen
lijinchao
gmg0829
azerturk
YinYongTao
abusizhishen
LaneChen2015
R3FL3CT0R
Pwera
You all are the stars! 🌟


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository alibaba/pouch to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant