Skip to content

LXC 1.0.3 News 翻訳メモ

Kentaro Ebisawa edited this page Apr 9, 2014 · 30 revisions
  • core: Always initialize netpipe in lxc_spawn.
  • core: Move lxc-monitord.log to LOGPATH instead of LXCPATH.
    • core: lxc-monitord.log が LXCPATH でなく LOGPATH に出力されるようになりました
  • core: Make monitord more resilient to unexpected termination.
  • core: Move lxc-init to /sbin/init.lxc instead of the architecture/distro specific multiarch path. Use path lookup to find it in the container rather than using an hardcoded path.
  • core: Set macvlan default mode to private.
    • core: macvlan のデフォルトモードを private にしました。
  • core: Check whether rootfs is shared before running the pre-mount hooks.
    • core: pre-mount hook を走らせる前に rootfs が shared でマウントされているかを確認するようにしました
  • apparmor: Update the profiles for current upstream apparmor. This includes tweak to the pivot_root targets and the addition of the ptrace and signal stanzas. Users of older apparmor versions may want to comment the dbus, ptrace and signal stanzas if the parser fails to parse the profile.
  • apparmor: Use an intermediary profile which allows for easier generation of complex rules. This discovered a few problems with the existing profile which has now been fixed. Most of /proc/sys is now properly blocked with exceptions for kernel/shm/, net/, kernel/domainname and kernel/hostname.
    • apparmor: 複雑なルールをより簡単に生成できるように中間プロファイルを使うようにしました.これにより既存のプロファイルにいくつか問題が見つかり,それを修正しました./proc/sys のほとんどは kernel/shm/, net/, kernel/domainname, kernel/hostname に対する例外で適切にブロックされるようになりました.
    • https://github.com/lxc/lxc/commit/62163cb2e68767e187836db1871d8a99d63ebed2
  • apparmor: block cgroupfs by default in the with-nesting profile, users should now be using cgmanager which doesn't required this.
  • cgmanager: Fix a small cgm_get bug when len == 0.
    • cgmanager: len == 0 の時発生する cgm_get のバグを修正。
  • lxc-info: Don't print duplicate lines.
    • lxc-info: 重複する行を表示しないようにしました
  • sysvinit script: Fix wait_for_bridge to better parse default.conf
    • より適切に default.conf をパースするように wait_for_bridge を修正しました
  • tools: Don't exit -1, instead use more conventional and consistent exit codes 0 on success, 1 on failure with some (now documented) exceptions for lxc-start.
  • archlinux template: Add debugging info for missing network link.
    • archlinux template: network link が存在しない場合のデバッグ情報を追加しました。
  • archlinux template: Various fixes and cleanups.
    • archlinux template: 色々な修正とクリーンアップを行いました
  • centos template: Properly set lxc.arch.
    • centos template: lxc.arch を適切に設定するようにしました
  • download template: Make it a bit more resilient to download failures.
    • download template: ダウンロードの失敗を少し適切に処理するようにしました
  • fedora template: Properly set lxc.arch.
    • fedora template: lxc.arch を適切に設定するようにしました
  • gentoo template: Make sure sshd is started.
    • gentoo template: sshd が起動したのを確認するようにしました
  • gentoo template: Fix lack of generated locales.
  • gentoo template: Fix lxc-console by setting up a tty.
  • oracle template: Fix upgrade problems by introducing a patch script that's run on upgrade.
    • oracle template: upgrade時に実行されるパッチスクリプトを追加する事により、update時の問題を修正しました。
  • tests: Add a test for the apparmor profiles.
    • tests: apparmorプロファイルのテストを追加。
  • tests: Bump timeouts to fix occasional failures on slow ARM builders.
  • tests: Always propagate http_proxy and https_proxy.