Anton Todorov

Results 22 comments of Anton Todorov

I just spot small bug in the init of snmp_pdu class: ``` python def __init__(self, pduType = SNMP_MSG_TRAP2): """create PDU object """ self.pdu = libnsX.snmp_pdu_create(SNMP_MSG_TRAP2) ``` I am not passing...

@sewashinobi merged. They are working for me, sure you can try using them :)

Same behaviour on 6.4 too. The description of the "Instantiate as persistent" slider is as follow: > Creates a private persistent copy of the template plus any image defined in...

Not sure if this is an issue, but is there a space between the hostnames 1 and 2? > CEPH_HOST="Cluster-LA-DEV-node1Cluster-LA-DEV-node2 Cluster-LA-DEV-node3"

I am trying to remember where we discussed this, but I believe the UEFI NVRAM (pflash) should be managed and handled by the SYSTEM datastore TM_MAD as volatile storage. Also,...

In other words such a bridge node is known as a bridge between the "Primary Storage" and the "Backup Storage"

The error that is thrown is `VMType92Sub' object has no attribute 'SNAPSHOTS'`

Think this is related? https://github.com/OpenNebula/one/issues/6052

As there is no public code to review, I'd comment later.

It is an obvious typo. Usually it is not recommended but as it is a string I'd try fixing it in the binary until it is fixed upstream ;-). ```bash...