[lxc-devel] [linuxcontainers.org/master] Translate "New features" section in LXD 3.10 announcement into Japanese

lxc-jp on Github lxc-bot at linuxcontainers.org
Fri Feb 8 09:02:18 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 370 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190208/9f684590/attachment.bin>
-------------- next part --------------
From 1cacc712c4d4528a889ffc77ea5be9970c70bbf4 Mon Sep 17 00:00:00 2001
From: KATOH Yasufumi <karma at jazz.email.ne.jp>
Date: Fri, 8 Feb 2019 16:59:55 +0900
Subject: [PATCH] Translate "New features" section in LXD 3.10 announcement
 into Japanese

Signed-off-by: KATOH Yasufumi <karma at jazz.email.ne.jp>
---
 content/lxd/news.ja/lxd-3.10.yaml | 133 ++++++++++++++++++++++++++++++
 1 file changed, 133 insertions(+)
 create mode 100644 content/lxd/news.ja/lxd-3.10.yaml

diff --git a/content/lxd/news.ja/lxd-3.10.yaml b/content/lxd/news.ja/lxd-3.10.yaml
new file mode 100644
index 0000000..78a14dc
--- /dev/null
+++ b/content/lxd/news.ja/lxd-3.10.yaml
@@ -0,0 +1,133 @@
+title: LXD 3.10 リリースのお知らせ
+date: 2019/02/07 00:00
+origin: https://discuss.linuxcontainers.org/t/lxd-3-10-has-been-released/4018
+content: |-
+  ### はじめに <!-- Introduction -->
+  <!--
+  The LXD team is very excited to announce the release of LXD 3.10!
+  -->
+  LXD チームは LXD 3.10 のリリースをお知らせすることにとてもワクワクしています!
+
+  <!--
+  This release introduces snapshot expiry which combined with automated snapshots in LXD 3.8 should make for a nice way to have LXD generate and cleanup snapshots in the background.
+  -->
+  このリリースでは、LXD 3.8 で導入された自動スナップショットと組み合わせた、スナップショットの有効期限が導入されています。この機能は、LXD でスナップショットの生成とクリーンアップをバックグラウンドで行う良い方法です。
+
+  <!--
+  We also did some work on our import/export of containers, now allowing overriding the storage pool during import.
+  -->
+  さらに、コンテナのインポート・エクスポートでの取り組みをいくつか行い、インポート中にストレージプールを指定できるようになりました。
+
+  <!--
+  This release also fixes a wide variety of bugs and has a number of nice performance improvements around compression/decompression and improved progress reporting thanks to the ChromeOS team at Google.
+  -->
+  このリリースでは広範囲でバグが修正されました。また、Google ChromeOS グループのおかげで、圧縮・解凍まわりのパフォーマンスが大幅に向上し、進捗レポートも改良されています。
+
+  Enjoy!
+
+  ### 新機能 <!-- New features -->
+  #### スナップショットの有効期限 <!-- Snapshot expiry -->
+  <!--
+  A new `snapshots.expiry` container configuration option now lets you define an expiry for newly created containers. Alternatively, a snapshot can now be directly edited to set the newly introduced Expiry field.
+  -->
+  新たなコンテナ設定オプションである `snapshots.expiry` で、新たに作成したコンテナに対して(訳注: スナップショットの)有効期限が定義できるようになりました。あるいは、スナップショットを直接編集して、新たに導入した Expiry フィールドを編集できます。
+
+  <!--
+  When a snapshot expires, it is automatically deleted. This feature is particularly useful when combined with automated snapshots.
+  -->
+  スナップショットが有効期限を迎えると、自動的に削除されます。この機能は、自動スナップショットと組み合わせると特に便利です。
+
+  #### インポート時のプール指定<!-- Pool override on import -->
+  <!--
+  It is now possible to select what storage pool a container backup should be imported into. On the command line, this can be specified with `--storage`.
+  -->
+  コンテナのバックアップをどのストレージプールにインポートするかを選択できるようになりました。コマンドラインでは `--storage` で指定します。
+
+  ### Bugs fixed
+
+   - client: Properly reset listener on error
+   - client: Strip trailing slashes in URLs
+   - doc: Document btrfs resize
+   - doc: Fixed typo in backup.md
+   - global: Rename {Creation,LastUsed}Date to {Created,LastUsed}At
+   - i18n: Fix duplicate language
+   - i18n: Update translations from weblate
+   - i18n: Update translation templates
+   - lxc/image: Fix help
+   - lxd/apparmor: Tweak default set of rules
+   - lxd/backups: Don't waste memory during unpack
+   - lxd/backups: Fix fd leak
+   - lxd/backups: Handle missing storage pool for backups properly
+   - lxd/backups: Send progress info for export and import operations
+   - lxd/cluster: Don't prompt for internal config keys
+   - lxd/containers: Always delete container on create error
+   - lxd/containers: Call storage unmount on detach
+   - lxd/containers: Fix disk limits at creation
+   - lxd/containers: Fix error handling for auto-snap
+   - lxd/containers: Fix lxc.mount.entry for musl
+   - lxd/containers: Refuse refresh on running containers
+   - lxd/images: calculate sha256 as image is written
+   - lxd/images: change compressFile to take io.Reader and io.Writer
+   - lxd/images: Send metadata in CreateImage error importing image
+   - lxd/images: Send metadata in CreateImage error response
+   - lxd/images: Tar and compress in a combined stream when packing an image
+   - lxd/internal: Add internal command to trigger GC
+   - lxd/migration: Fix race in abort
+   - lxd/migration: Fix sender side errors handling
+   - lxd/migration: Handle crashing rsync
+   - lxd/storage/ceph: Create custom mountpoints if missing
+   - lxd/storage/ceph: Fix validation of CEPH config
+   - lxd/storage/ceph: Unmap on unmount
+   - lxd/storage/ceph: Unmap volume after creation
+   - lxd/storage/lvm: Use right VG name for exports
+   - lxd/tasks: Fix possible segfaults in tasks
+   - shared: Add support for a ProgressTracker during unpack
+   - shared: Progress metadata as a map
+   - shared: Properly handle uncompressed tarballs
+   - shared/osarch: Add armhfp (centos)
+   - storage: Add ioprogress.ProgressTracker field to storage
+   - tests: Add more container snapshot tests
+   - tests: Delete leftover container
+   - tests: Extend backup import tests
+   - tests: Fix bad test in clustering
+   - tests: Fix bad test in container local pool handling
+   - tests: Fix bad test in external_auth
+   - tests: Fix bad test in security
+   - tests: Fix bad test in sql
+   - tests: Fix bad test in storage
+   - tests: Fix container leak
+   - tests: Fix negative tests in backup.sh
+   - tests: Fix negative tests in basic.sh
+   - tests: Fix negative tests in clustering.sh
+   - tests: Fix negative tests in config.sh
+   - tests: Fix negative tests in container_local_cross_pool_handling.sh
+   - tests: Fix negative tests in database_update.sh
+   - tests: Fix negative tests in devlxd.sh
+   - tests: Fix negative tests in external_auth.sh
+   - tests: Fix negative tests in idmap.sh
+   - tests: Fix negative tests in incremental_copy.sh
+   - tests: Fix negative tests in lxc-to-lxd.sh
+   - tests: Fix negative tests in migration.sh
+   - tests: Fix negative tests in pki.sh
+   - tests: Fix negative tests in projects.sh
+   - tests: Fix negative tests in remote.sh
+   - tests: Fix negative tests in security.sh
+   - tests: Fix negative tests in serverconfig.sh
+   - tests: Fix negative tests in snapshots.sh
+   - tests: Fix negative tests in sql.sh
+   - tests: Fix negative tests in storage_driver_ceph.sh
+   - tests: Fix negative tests in storage_local_volume_handling.sh
+   - tests: Fix negative tests in storage_profiles.sh
+   - tests: Fix negative tests in storage.sh
+   - tests: Fix negative tests in storage_snapshots.sh
+   - tests: Fix negative tests in storage_volume_attach.sh
+   - tests: Fix negative tests in template.sh
+   - tests: Fix volume list in cluster
+   - tests: Fix volume list in projects
+   - tests: Tweak fdleak test
+
+  ### Try it for yourself
+  This new LXD release is already available for you to try on our [demo service](https://linuxcontainers.org/lxd/try-it/).
+
+  ### Downloads
+  The release tarballs can be found on our [download page](https://linuxcontainers.org/lxd/downloads/).


More information about the lxc-devel mailing list