Skip to content
Snippets Groups Projects
  1. Nov 29, 2016
    • James McCarthy's avatar
      Add more options for cinder-backup. · c0a07b69
      James McCarthy authored
      This commit brings necessary configuration and container start-up
      options to use two popular backends for backup - nfs and swift.
      Both drivers support incremental backups and should work with any
      cinder volume backend.
      
      Change-Id: Ieed29a895dc1b9faad196e160a88ea9d293f9c75
      c0a07b69
  2. Nov 24, 2016
  3. Nov 23, 2016
  4. Nov 22, 2016
  5. Nov 21, 2016
  6. Nov 20, 2016
  7. Nov 18, 2016
  8. Nov 17, 2016
  9. Nov 16, 2016
  10. Nov 15, 2016
    • Andreas Jaeger's avatar
      Set up .gitreview · 00c068a1
      Andreas Jaeger authored
      Fix .gitreview for new project name.
      
      Change-Id: I89e73f69d8e59ffd887d61f498c1e8e3338b0c73
      00c068a1
  11. Nov 11, 2016
    • Mauricio Lima's avatar
      Fix copying nfs_shares configuration · 7bb88390
      Mauricio Lima authored
      
      Using the `when` conditional on a `with_` loop gets evaluated on each
      loop iteration and will not skip a task entirely. Use the `skip`
      attribute to ignore errors in this scenario but only `skip` when
      `enable_cinder_backend_nfs` is not enabled. If it is enabled the
      `nfs_shares` file should be required and this task should fail if it
      does not exist.
      
      Co-authored-by: default avatarAndrew Widdersheim <amwiddersheim@gmail.com>
      Change-Id: I6b997dd943efe7b16beb63899c1488fa5353d996
      Closes-Bug: #1641183
      7bb88390
Loading