-
I'm getting an error during an attempt to provision from a template/catalog item with the vSphere provider on Najdorf-1 after using pg_dump/pg_restore method to migrate historic data and automate domains from an existing Ivanchuk installation. I did a reset of the evm:automate domain, so I believe that this isn't coming from those sources. I don't know if it worked before the pg_restore, since I didn't bother configuring the appliance before that.
evm.log shows a traceback as follows:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
I just retried the pg_dump/pg_restore method of migration to a newly deployed Jansa vSphere appliance, and I get the same error message and a very similar backtrace. Looks like the gems are older versions in the backtrace (such as activemodel), but I think that is to be expected. |
Beta Was this translation helpful? Give feedback.
-
@agrare yes, I did the rake db:migrate step immediately after the import. I've been experimenting, and I think I found the issue. All of the Catalog Items/Templates have "Linked Clone" mode enabled and the snapshot select is set to current active snapshot. Creating anew catalog item and to duplicate an imported entry didn't work, but when the linked clone checkbox is removed the provisioning request gets past the cloning stage and proceeds through the provisioning workflow. I haven't tried selecting a specific snapshot. I have been using Linked Clone mode just as a way to make the clone as fast as possible. The error message including the text snapshot:0x00... got me thinking about that setting to experiment |
Beta Was this translation helpful? Give feedback.
-
Oh this looks like a good bug report, all of the vmware subclasses have |
Beta Was this translation helpful? Give feedback.
Oh this looks like a good bug report, all of the vmware subclasses have
ems_ref_obj
defined as combining theems_ref_type+ems_ref
columns so that we don't have to store serialized classes in yaml in the database but::Snapshot
doesn't have this method.