Giter VIP home page Giter VIP logo

Comments (3)

Emmenemoi avatar Emmenemoi commented on August 10, 2024

Full log as a5624ce

Aug 25 17:58:44 13 SM: [4120] RBDSR.update for 98bd94aa-2108-41fa-b92a-XXX
Aug 25 17:58:44 13 SM: [4120] ***** generic exception: vdi_update: EXCEPTION <type 'exceptions.KeyError'>, 'snapshot-of'
Aug 25 17:58:44 13 SM: [4120] File "/opt/xensource/sm/SRCommand.py", line 110, in run
Aug 25 17:58:44 13 SM: [4120] return self._run_locked(sr)
Aug 25 17:58:44 13 SM: [4120] File "/opt/xensource/sm/SRCommand.py", line 159, in _run_locked
Aug 25 17:58:44 13 SM: [4120] rv = self._run(sr, target)
Aug 25 17:58:44 13 SM: [4120] File "/opt/xensource/sm/SRCommand.py", line 230, in _run
Aug 25 17:58:44 13 SM: [4120] return target.update(self.params['sr_uuid'], self.vdi_uuid)
Aug 25 17:58:44 13 SM: [4120] File "/opt/xensource/sm/RBDSR", line 657, in update
Aug 25 17:58:44 13 SM: [4120] base_vdi_uuid = self_vdi_sm_config["snapshot-of"]
Aug 25 17:58:44 13 SM: [4120]
Aug 25 17:58:44 13 SM: [4120] ***** RBD: EXCEPTION <type 'exceptions.KeyError'>, 'snapshot-of'
Aug 25 17:58:44 13 SM: [4120] File "/opt/xensource/sm/SRCommand.py", line 352, in run
Aug 25 17:58:44 13 SM: [4120] ret = cmd.run(sr)
Aug 25 17:58:44 13 SM: [4120] File "/opt/xensource/sm/SRCommand.py", line 110, in run
Aug 25 17:58:44 13 SM: [4120] return self._run_locked(sr)
Aug 25 17:58:44 13 SM: [4120] File "/opt/xensource/sm/SRCommand.py", line 159, in _run_locked
Aug 25 17:58:44 13 SM: [4120] rv = self._run(sr, target)
Aug 25 17:58:44 13 SM: [4120] File "/opt/xensource/sm/SRCommand.py", line 230, in _run
Aug 25 17:58:44 13 SM: [4120] return target.update(self.params['sr_uuid'], self.vdi_uuid)
Aug 25 17:58:44 13 SM: [4120] File "/opt/xensource/sm/RBDSR", line 657, in update
Aug 25 17:58:44 13 SM: [4120] base_vdi_uuid = self_vdi_sm_config["snapshot-of"]
Aug 25 17:58:44 13 SM: [4120]
Aug 25 17:58:44 13 SM: [3702] *** sr_scan: EXCEPTION <class 'XenAPI.Failure'>, ['INTERNAL_ERROR', 'Storage_interface.Vdi_does_not_exist("98bd94aa-2108-41fa-b92a-XXX")']
Aug 25 17:58:44 13 SM: [3702] File "/opt/xensource/sm/SRCommand.py", line 110, in run
Aug 25 17:58:44 13 SM: [3702] return self._run_locked(sr)
Aug 25 17:58:44 13 SM: [3702] File "/opt/xensource/sm/SRCommand.py", line 159, in _run_locked
Aug 25 17:58:44 13 SM: [3702] rv = self._run(sr, target)
Aug 25 17:58:44 13 SM: [3702] File "/opt/xensource/sm/SRCommand.py", line 338, in _run
Aug 25 17:58:44 13 SM: [3702] return sr.scan(self.params['sr_uuid'])
Aug 25 17:58:44 13 SM: [3702] File "/opt/xensource/sm/RBDSR", line 225, in scan
Aug 25 17:58:44 13 SM: [3702] self._loadvdis()
Aug 25 17:58:44 13 SM: [3702] File "/opt/xensource/sm/RBDSR", line 169, in _loadvdis
Aug 25 17:58:44 13 SM: [3702] self.session.xenapi.VDI.set_name_description(vdi_ref, description)
Aug 25 17:58:44 13 SM: [3702] File "/usr/lib/python2.7/site-packages/XenAPI.py", line 248, in call
Aug 25 17:58:44 13 SM: [3702] return self.send(self.__name, args)
Aug 25 17:58:44 13 SM: [3702] File "/usr/lib/python2.7/site-packages/XenAPI.py", line 150, in xenapi_request
Aug 25 17:58:44 13 SM: [3702] result = _parse_result(getattr(self, methodname)(_full_params))
Aug 25 17:58:44 13 SM: [3702] File "/usr/lib/python2.7/site-packages/XenAPI.py", line 222, in parse_result
Aug 25 17:58:44 13 SM: [3702] raise Failure(result['ErrorDescription'])
Aug 25 17:58:44 13 SM: [3702]
Aug 25 17:58:44 13 SM: [3702] Raising exception [40, The SR scan failed [opterr=['INTERNAL_ERROR', 'Storage_interface.Vdi_does_not_exist("98bd94aa-2108-41fa-b92a-XXX")']]]
Aug 25 17:58:44 13 SM: [3702] *
* RBD: EXCEPTION <class 'SR.SROSError'>, The SR scan failed [opterr=['INTERNAL_ERROR', 'Storage_interface.Vdi_does_not_exist("98bd94aa-2108-41fa-b92a-XXX")']]
Aug 25 17:58:44 13 SM: [3702] File "/opt/xensource/sm/SRCommand.py", line 352, in run
Aug 25 17:58:44 13 SM: [3702] ret = cmd.run(sr)
Aug 25 17:58:44 13 SM: [3702] File "/opt/xensource/sm/SRCommand.py", line 120, in run
Aug 25 17:58:44 13 SM: [3702] raise xs_errors.XenError(excType, opterr=msg)
Aug 25 17:58:44 13 SM: [3702] File "/opt/xensource/sm/xs_errors.py", line 52, in __init

Aug 25 17:58:44 13 SM: [3702] raise SR.SROSError(errorcode, errormessage)
Aug 25 17:58:44 13 SM: [3702]

from rbdsr.

Emmenemoi avatar Emmenemoi commented on August 10, 2024

could be needed to force "is-a-snapshot ( RO): false" for non snaps (just in case) ?

from rbdsr.

Emmenemoi avatar Emmenemoi commented on August 10, 2024

Probably due to dev bad situation

from rbdsr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.