1. 16 6月, 2015 4 次提交
    • J
      storage: Generate correct parameters for CIFS · 29230951
      John Ferlan 提交于
      https://bugzilla.redhat.com/show_bug.cgi?id=1186969
      
      When generating the path to the dir for a CIFS/Samba driver, the code
      would generate a source path for the mount using "%s:%s" while the
      mount.cifs expects to see "//%s/%s". So check for the cifsfs and
      format the source path appropriately.
      
      Additionally, since there is no means to authenticate, the mount
      needs a "-o guest" on the command line in order to anonymously mount
      the Samba directory.
      29230951
    • J
      storage: Adjust command arglist for gluster · 257250f7
      John Ferlan 提交于
      In order for the glusterfs boolean to be set, the pool->def->type must be
      VIR_STORAGE_POOL_NETFS, thus the check within virCommandNewArgList whether
      pool->def->type is VIR_STORAGE_POOL_FS will never be true, so remove it
      257250f7
    • J
      storage: Fix the schema and add tests for cifs pool · 38c94948
      John Ferlan 提交于
      Commit id '887dd362' added support for a netfs pool format type 'cifs'
      and 'gluster' in order to add rng support for Samba and glusterfs netfs
      pools. Originally, the CIFS type support was added as part of commit
      id '61fb6979'. Eventually commit id 'b325be12' fixed the gluster rng
      definition to match expectations.
      
      As it turns out the CIFS rng needed a similar change since the directory
      path is not an absDirPath, rather just a dirPath will be required.
      38c94948
    • G
      configure: Remove check for pkcheck_supports_uid · ecb9a7a1
      Guido Günther 提交于
      We're using Polkit's DBus API so no need to check wether this feature is
      supported. We don't use the result or the path to the pkcheck program
      anywhere.
      ecb9a7a1
  2. 15 6月, 2015 14 次提交
  3. 13 6月, 2015 3 次提交
  4. 12 6月, 2015 8 次提交
  5. 11 6月, 2015 11 次提交