vmware_web_service 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ac00afb376164c686dfaf2bf17761e25fc1a31ea
4
- data.tar.gz: a9f0b4369269064f5bda29283951a664cc3fe6fc
3
+ metadata.gz: e757beb9f6117a4dabb6aa234cbf5ecf8aa0de66
4
+ data.tar.gz: 82a1cd97db7da5eed6c13e02aacead62272d476a
5
5
  SHA512:
6
- metadata.gz: ad2100a86de124db2256088afe47b90d99870d85670833fa8c61836bd88a624eb936c362772348af721ad17fc81553a2d73efd1a0a1d8e4671575d2c9d81de2c
7
- data.tar.gz: 966acfd8044f9bca1f1c1e5c378857316a294717a34e777b017039d4e8545e55803b33b49a3eea710738b263a57d117325860fdf5c371d320253ba3e6b7bca5c
6
+ metadata.gz: 1434b93b8e9244f3b32f0f97b42e0af7d8f030be2fba53bdd7594d57a6dc9c7b6f25c5b8121b94ebcf488c3a6c3daaeee0bc691288bcd55ef556efdf3c667aa7
7
+ data.tar.gz: 895a0cd2436ba2cd15ae53d495d4475c89733bf6ff3f8bc5386387aedbb5fca8622dafe211d2aa908d384cc367350f3d6f911a20be34201d5951ec364d993dad
@@ -389,7 +389,7 @@ class MiqVimVm
389
389
 
390
390
  if wait
391
391
  snMor = waitForTask(taskMor)
392
- $vim_log.debug "MiqVimVm::createSnapshot: snMor = #{snMor}" if $vim_log
392
+ $vim_log.warn "MiqVimVm::createSnapshot: snMor = #{snMor}" if $vim_log
393
393
  return snMor
394
394
  end
395
395
 
@@ -398,12 +398,12 @@ class MiqVimVm
398
398
  end # def createSnapshot
399
399
 
400
400
  def removeSnapshot(snMor, subTree = "false", wait = true, free_space_percent = 100)
401
- $vim_log.debug "MiqVimVm::removeSnapshot(#{snMor}, #{subTree})" if $vim_log
401
+ $vim_log.warn "MiqVimVm::removeSnapshot(#{snMor}, #{subTree})" if $vim_log
402
402
  snMor = getSnapMor(snMor)
403
403
  snapshot_free_space_check('remove', free_space_percent)
404
- $vim_log.info "MiqVimVm(#{@invObj.server}, #{@invObj.username}).removeSnapshot: calling removeSnapshot_Task" if $vim_log
404
+ $vim_log.warn "MiqVimVm(#{@invObj.server}, #{@invObj.username}).removeSnapshot: calling removeSnapshot_Task: snMor [#{snMor}] subtree [#{subTree}]" if $vim_log
405
405
  taskMor = @invObj.removeSnapshot_Task(snMor, subTree)
406
- $vim_log.info "MiqVimVm(#{@invObj.server}, #{@invObj.username}).removeSnapshot: returned from removeSnapshot_Task" if $vim_log
406
+ $vim_log.warn "MiqVimVm(#{@invObj.server}, #{@invObj.username}).removeSnapshot: returned from removeSnapshot_Task: snMor [#{snMor}]" if $vim_log
407
407
  $vim_log.debug "MiqVimVm::removeSnapshot: taskMor = #{taskMor}" if $vim_log
408
408
  return taskMor unless wait
409
409
  waitForTask(taskMor)
@@ -1,3 +1,3 @@
1
1
  module VMwareWebService
2
- VERSION = '0.2.6'.freeze
2
+ VERSION = '0.2.7'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vmware_web_service
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - ManageIQ Developers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-31 00:00:00.000000000 Z
11
+ date: 2018-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport