Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • extend DataObjectType with CONFIG_DRIVE.

  • Add copyConfigDriveToPrimaryStorage method to the StorageProcessor interface.
    Returning the path on primary storage in the response.

  • Implement added method in all StorageProcessors

  • Extend StorageSubsystemCommandHandlerBase.execute(CopyCommand cmd) to support DataObjectType.CONFIG_DRIVE

  • Add ConfigDriveObject class and ConfigDriveInfo interface.

  • Extend storage system to support calling copyAsync passing a ConfigDriveObject.

  • Add a service method to send the copyAsync, and wait until ISO is ready.

  • Optionally: Persist ConfigDrive ISO information to DB, so we know when to copy.

Call the new service method, after generating the ISO.
And as part of prepare migration, to make sure the ISO is available on the target host.

...