Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[477 idl part2] SR.create API change and sharable flag #202

Merged
merged 4 commits into from
Feb 8, 2018
Merged

[477 idl part2] SR.create API change and sharable flag #202

merged 4 commits into from
Feb 8, 2018

Commits on Feb 6, 2018

  1. Return updated device_config in SMAPIv2 SR.create call

    Signed-off-by: Jon Ludlam <jonathan.ludlam@citrix.com>
    jonludlam authored and edwintorok committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    d685d19 View commit details
    Browse the repository at this point in the history
  2. Remove duplicate default_vdi_info

    There is a default_vdi_info in Storage_interface and another in Storage_client.
    Just define it in one place to make updating fields easier and avoid diverging.
    
    Signed-off-by: Edwin Török <edvin.torok@citrix.com>
    edwintorok committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    d435d8d View commit details
    Browse the repository at this point in the history
  3. CP-24350: expose sharable flag to SMAPIv3 backends

    The HA statefile and redo log needs to be attachable from multiple hosts, which
    used to be done as a side-effect of sm-config:type=raw in SMAPIv1.
    For SMAPIv3 we'll introduce a sharable flag in the vdi creation phase to make
    the semantics clearer, because  for GFS2 what matters is not whether the file
    format is raw or not, but whether it can be attached from multiple hosts.
    
    Signed-off-by: Edwin Török <edvin.torok@citrix.com>
    edwintorok committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    c8bfaf9 View commit details
    Browse the repository at this point in the history
  4. CA-272163: Introduce new exception when snapshot is called in the wro…

    …ng place
    
    Signed-off-by: Edwin Török <edvin.torok@citrix.com>
    edwintorok committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    362a463 View commit details
    Browse the repository at this point in the history