lp:~trebelnik-stefina/cinnamon-test/+git/virt-manager

Owned by gogo
Get this repository:
git clone https://git.qastaging.paddev.net/~trebelnik-stefina/cinnamon-test/+git/virt-manager

Import details

Import Status: Suspended

This repository is an import of the Git repository at https://github.com/virt-manager/virt-manager.git.

Last successful import was .

Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 5 minutes
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 4 seconds — see the log
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 5 minutes
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 6 minutes

Branches

Name Last Modified Last Commit
main 2023-10-24 08:30:37 UTC
Fix filesystem socket.source

Author: Jonathon Jongsma
Author Date: 2023-10-23 19:42:19 UTC

Fix filesystem socket.source

When specifying the socket.source option for filesystem devices, like
this:
  --filesystem type=mount,driver.type=virtiofs,source.socket=/xyz.sock,target.dir=tag1

virt-install is writing the xml as:

    <filesystem type="mount">
      <source>
        <socket>/xyz.sock</socket>
      </source>
      <target dir="tag1"/>
      <driver type="virtiofs"/>
    </filesystem>

This produces an error such as:

  ERROR missing source information for device mount_tag1

But the socket should be an attribute of source rather than a child
element. After this patch, the same command results in the following XML
and no error is produced:

    <filesystem type="mount">
      <source socket="/xyz.sock"/>
      <target dir="tag1"/>
      <driver type="virtiofs"/>
    </filesystem>

Resolves: RHEL-1126

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>

packit 2020-12-01 16:05:07 UTC
Add packit service for RPM build testing

Author: Cole Robinson
Author Date: 2020-12-01 16:03:47 UTC

Add packit service for RPM build testing

Signed-off-by: Cole Robinson <crobinso@redhat.com>

12 of 2 results
This repository contains Public information 
Everyone can see this information.

Subscribers