You need to sign in or sign up before continuing.
  • J
    storage: Add connection for autostart storage pool · a873b496
    John Ferlan 提交于
    Add a privileged field to storageDriverState
    
    Use the privileged value in order to generate a connection which could
    be passed to the various storage backend drivers.
    
    In particular, the iSCSI driver will need a connect in order to perform
    pool authentication using the 'chap' secrets and the RBD driver utilizes
    the connection during pool refresh for pools using 'ceph' secrets.
    
    For now that connection will be to be to qemu driver until a mechanism
    is devised to get a connection to just the secret driver without qemu.
    a873b496
storage_driver.c 74.5 KB