Yannik Sembritzki

Results 70 issues of Yannik Sembritzki

This is the `EnsureDomainExists` implementation of the exoscale provider: ``` func (c *exoscaleProvider) EnsureDomainExists(domainName string) error { _, err := c.findDomainByName(domainName) return err } ``` It should not throw an...

Priority: p3 - Low
provider-EXOSCALE

With powershell 7, the following error gets thrown when executing `Invoke-ConPtyShell`: ``` Add-Type: Line | 113 | Add-Type -TypeDefinition $Source -Language CSharp; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | (1465,9): error CS0618: 'Thread.Abort()' is...

bug

Hi, thanks for this great project! To debug an issue, I would like to capture both SIPS & RTP/SAVP traffic. Note: both are encrypted, which is why I am using...

### Describe the bug Hi, according to the docs, there should be a vcenter.iso.iso_path.get_datastore_path() method to get the datastore path of a content library item: https://vdc-download.vmware.com/vmwb-repository/dcr-public/c2c7244e-817b-40d8-98f3-6c2ad5db56d6/af6d8ff7-1c38-4571-b72a-614ac319a62b/operations/com/vmware/vcenter/iso/iso_path.get_datastore_path-operation.html However, when I try...

bug

##### SUMMARY As far as my understanding goes, `win_product_facts` should provide information about the windows operating system licensing status. This is further supported by the [logic to retrieve the product...

Hi all, I installed a fresh packetfence 12.2 on debian bullseye. (Exact package version: 12.2.0+20230315071555+806841734+0011+maintenance~12~2+bullseye1) ``` I noticed that the packetfence-tracking-config service is failing: Mär 19 00:47:34 packetfence systemd[1]: Starting...

Type: Bug

I think the new extension looks great. However, I found it very annoying to navigate, because the buttons to exit the current pane are all in different places. Here are...

feature request

##### SUMMARY When creating a VM with multiple disks, secondary disks are not created on the correct datastore specified in the `datastore` key of the disk configuration, but the datastore...

##### SUMMARY This fixes #2001. ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME vmware_guest

##### SUMMARY Under some circumstances, disk creation fails with an `invalid configuration for device` error. Once this error shows up for a VM, it persistently happens whenever trying to add...