You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vnctl interface add command with duplicated port-name parameter inserts incomplete data into the database. The series of INSERT statements should be done in one transaction, and should be rolled back on errors.
vnctl interface add
command with duplicatedport-name
parameter inserts incomplete data into the database. The series ofINSERT
statements should be done in one transaction, and should be rolled back on errors.Example:
got an error, because
port-name
is duplicated.in spite of the error, new record was inserted into the
interfaces
table.tried again with corrected
port-name
, still get error because of the inserted record.The text was updated successfully, but these errors were encountered: