Merge lp:~serge-hallyn/ubuntu/natty/libcgroup/fix-purge into lp:ubuntu/natty/libcgroup

Proposed by Serge Hallyn
Status: Needs review
Proposed branch: lp:~serge-hallyn/ubuntu/natty/libcgroup/fix-purge
Merge into: lp:ubuntu/natty/libcgroup
Diff against target: 25 lines (+7/-1)
2 files modified
debian/cgroup-bin.cgconfig.upstart (+1/-1)
debian/changelog (+6/-0)
To merge this branch: bzr merge lp:~serge-hallyn/ubuntu/natty/libcgroup/fix-purge
Reviewer Review Type Date Requested Status
Dave Walker (community) Approve
Review via email: mp+58849@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Dave Walker (davewalker) wrote :

Looks good to me. Uploading, thanks.

review: Approve

Unmerged revisions

8. By Serge Hallyn

Don't fail cgconfig stop on account of the umount. (LP: #769025)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/cgroup-bin.cgconfig.upstart'
2--- debian/cgroup-bin.cgconfig.upstart 2011-02-17 18:03:17 +0000
3+++ debian/cgroup-bin.cgconfig.upstart 2011-04-22 19:46:24 +0000
4@@ -22,6 +22,6 @@
5 end script
6
7 post-stop script
8- umount /sys/fs/cgroup
9+ umount /sys/fs/cgroup || true
10 /usr/sbin/cgclear
11 end script
12
13=== modified file 'debian/changelog'
14--- debian/changelog 2011-02-17 18:03:17 +0000
15+++ debian/changelog 2011-04-22 19:46:24 +0000
16@@ -1,3 +1,9 @@
17+libcgroup (0.37.1-1ubuntu2) natty; urgency=low
18+
19+ * Don't fail cgconfig stop on account of the umount. (LP: #769025)
20+
21+ -- Serge Hallyn <serge.hallyn@ubuntu.com> Fri, 22 Apr 2011 11:06:38 -0500
22+
23 libcgroup (0.37.1-1ubuntu1) natty; urgency=low
24
25 * Mount a tmpfs at /sys/fs/cgroup so cgred can create subdirs. Otherwise

Subscribers

People subscribed via source and target branches

to all changes: