virt-linked-clone


Namevirt-linked-clone JSON
Version 1.1.2 PyPI version JSON
download
home_page
SummaryCreate a shallow clone of a qcow2-backed LibVirt virtual machine
upload_time2022-12-12 17:52:33
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords virtualization libvirt clone qemu kvm qcow2
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Create a Shallow Clone of a QCOW2-Backed LibVirt Virtual Machine

```shell
pip install virt-linked-clone
```

```shell
usage: virt-linked-clone [-h] [--zsh-completion] [--version] [-c CONNECTION] source target

positional arguments:
  source                Virtual machine from which to create a clone where all writable
                        qcow2-backed drives are linked using copy-on-write. It must be defined
                        with libvirt and accessible via virsh commands.
  target                Name of the new virtual machine to define. Most of the settings of the
                        source image will be copied into the new libvirt domain. Defaults to
                        adding "-clone" to the source domain name.

options:
  -h, --help            show this help message and exit
  --zsh-completion      Print out the zsh autocompletion code for this utility and exit.
  --version             show program's version number and exit
  -c CONNECTION, --connection CONNECTION
                        LibVirt URI to use for connecting to the domain controller. Will honor the
                        value of the VIRSH_DEFAULT_CONNECT_URI environment variable. (default:
                        qemu:///session)
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "virt-linked-clone",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "virtualization,libvirt,clone,qemu,kvm,qcow2",
    "author": "",
    "author_email": "\"John T. Goetz\" <theodore.goetz@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/86/3c/2176ea11358a3e4109ff0cf4bddea46cf28d2a24a09d048d029066d48716/virt-linked-clone-1.1.2.tar.gz",
    "platform": null,
    "description": "# Create a Shallow Clone of a QCOW2-Backed LibVirt Virtual Machine\n\n```shell\npip install virt-linked-clone\n```\n\n```shell\nusage: virt-linked-clone [-h] [--zsh-completion] [--version] [-c CONNECTION] source target\n\npositional arguments:\n  source                Virtual machine from which to create a clone where all writable\n                        qcow2-backed drives are linked using copy-on-write. It must be defined\n                        with libvirt and accessible via virsh commands.\n  target                Name of the new virtual machine to define. Most of the settings of the\n                        source image will be copied into the new libvirt domain. Defaults to\n                        adding \"-clone\" to the source domain name.\n\noptions:\n  -h, --help            show this help message and exit\n  --zsh-completion      Print out the zsh autocompletion code for this utility and exit.\n  --version             show program's version number and exit\n  -c CONNECTION, --connection CONNECTION\n                        LibVirt URI to use for connecting to the domain controller. Will honor the\n                        value of the VIRSH_DEFAULT_CONNECT_URI environment variable. (default:\n                        qemu:///session)\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Create a shallow clone of a qcow2-backed LibVirt virtual machine",
    "version": "1.1.2",
    "split_keywords": [
        "virtualization",
        "libvirt",
        "clone",
        "qemu",
        "kvm",
        "qcow2"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "f7d0284dcdfa239f9e982a702c77f2a4",
                "sha256": "63c3588d5bb8d78e7b7bcccf5a5d100ae20b7341df2001cf9559fdf7931e514d"
            },
            "downloads": -1,
            "filename": "virt_linked_clone-1.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f7d0284dcdfa239f9e982a702c77f2a4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7547,
            "upload_time": "2022-12-12T17:52:31",
            "upload_time_iso_8601": "2022-12-12T17:52:31.922425Z",
            "url": "https://files.pythonhosted.org/packages/fb/8c/740a1c26427cde8d1675350cb446a393e89df27dfde50ec8fdad366da89a/virt_linked_clone-1.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "7e8c607b9385aca9d1bec608eb931822",
                "sha256": "da8b17b69b90fd3b07f50680a4e0471c9f56b31f35d2b0cf61e002319c9289b0"
            },
            "downloads": -1,
            "filename": "virt-linked-clone-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7e8c607b9385aca9d1bec608eb931822",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6372,
            "upload_time": "2022-12-12T17:52:33",
            "upload_time_iso_8601": "2022-12-12T17:52:33.721493Z",
            "url": "https://files.pythonhosted.org/packages/86/3c/2176ea11358a3e4109ff0cf4bddea46cf28d2a24a09d048d029066d48716/virt-linked-clone-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-12 17:52:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "virt-linked-clone"
}
        
Elapsed time: 0.01847s