Open main menu

OpenVZ Virtuozzo Containers Wiki β

Difference between revisions of "Ploop"

(proper link to git repo with ploop sources)
(rm translate tags)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<translate>
+
== Description ==
== Description == <!--T:1-->
 
  
<!--T:2-->
+
Ploop is a disk loopback block device, similar to loop but with many features like dynamic resize, snapshots, backups etc. The main idea is to put container filesystem in a file.
Ploop is a disk loopback block device, not unlike loop but with many features like dynamic resize, snapshots, backups etc. The main idea is to put container filesystem in a file.
 
  
== Project resources == <!--T:3-->
+
== Project resources ==
  
<!--T:4-->
 
 
The source code is [https://src.openvz.org/projects/OVZ/repos/ploop/browse on Stash] and [https://github.com/OpenVZ/ploop mirror] on GitHub.
 
The source code is [https://src.openvz.org/projects/OVZ/repos/ploop/browse on Stash] and [https://github.com/OpenVZ/ploop mirror] on GitHub.
  
<!--T:5-->
 
 
To participate in development of ploop please subscribe to the mailing list:
 
To participate in development of ploop please subscribe to the mailing list:
 
[https://lists.openvz.org/mailman/listinfo/devel List info] | [https://lists.openvz.org/pipermail/devel List archives] |  [mailto:devel-join@openvz.org Subscribe] | [mailto:devel-leave@openvz.org Unsubscribe]
 
[https://lists.openvz.org/mailman/listinfo/devel List info] | [https://lists.openvz.org/pipermail/devel List archives] |  [mailto:devel-join@openvz.org Subscribe] | [mailto:devel-leave@openvz.org Unsubscribe]
  
== See also == <!--T:6-->
+
== See also ==
  
<!--T:7-->
 
 
* [[/Why/]] ploop is good for you
 
* [[/Why/]] ploop is good for you
 
* [[/Getting started/]] with ploop
 
* [[/Getting started/]] with ploop
Line 28: Line 23:
 
* {{Man|ploop|8}} man page
 
* {{Man|ploop|8}} man page
  
<!--T:8-->
 
 
Articles about ploop in [http://openvz.livejournal.com openvz blog]:
 
Articles about ploop in [http://openvz.livejournal.com openvz blog]:
 
* [http://openvz.livejournal.com/40830.html Introducing container in a file aka ploop]
 
* [http://openvz.livejournal.com/40830.html Introducing container in a file aka ploop]
Line 35: Line 29:
 
* [http://openvz.livejournal.com/47780.html Ploop and live migration: 2 years later]
 
* [http://openvz.livejournal.com/47780.html Ploop and live migration: 2 years later]
  
<!--T:9-->
 
 
Source code and packages downloads:
 
Source code and packages downloads:
 
* [[Packages|Packages in Linux distributions]]
 
* [[Packages|Packages in Linux distributions]]
Line 41: Line 34:
 
* [https://src.openvz.org/projects/OVZ/repos/ploop/browse ploop userspace git repo]
 
* [https://src.openvz.org/projects/OVZ/repos/ploop/browse ploop userspace git repo]
 
* ploop [[packages]] in various Linux distributions.
 
* ploop [[packages]] in various Linux distributions.
</translate>
 
  
 
[[Category: Sub-projects]]
 
[[Category: Sub-projects]]
 
[[Category: Storage]]
 
[[Category: Storage]]

Latest revision as of 15:20, 10 March 2021

DescriptionEdit

Ploop is a disk loopback block device, similar to loop but with many features like dynamic resize, snapshots, backups etc. The main idea is to put container filesystem in a file.

Project resourcesEdit

The source code is on Stash and mirror on GitHub.

To participate in development of ploop please subscribe to the mailing list: List info | List archives | Subscribe | Unsubscribe

See alsoEdit

Articles about ploop in openvz blog:

Source code and packages downloads: