]> git.proxmox.com Git - pve-storage.git/commit
rbd : rework pool - username - auth_supported options
authorAlexandre Derumier <aderumier@odiso.com>
Sat, 16 Feb 2013 16:24:22 +0000 (17:24 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 18 Feb 2013 05:32:57 +0000 (06:32 +0100)
commit1440604a4b072b88cc1e4f8bbae4511b50d1d68e
treed8cd27b9bd16d33eb5a58a859c3b6c0dc79fab07
parent5649ccfe896372f71fc1403d9cc2e235ca6cf00e
rbd : rework pool - username - auth_supported options

pool is now optional, default value is 'rbd';
username is now optional, default value is 'admin';

auth_supported option is removed and is autodetected.
  auth = cephx if private key exist
  auth = none if private key does not exist

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/Storage/RBDPlugin.pm