Bug 728924

Summary: [VDSM] - TEXT - vdsClient text mis-spelling
Product: Red Hat Enterprise Linux 6 Reporter: David Botzer <dbotzer>
Component: vdsmAssignee: Dan Kenigsberg <danken>
Status: CLOSED NOTABUG QA Contact: David Botzer <dbotzer>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.1CC: abaron, bazulay, iheim, pstehlik, yeylon, ykaul
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-08-08 14:49:45 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Botzer 2011-08-08 12:07:04 UTC
Description of problem:
vdsClient -s 0 stopTask gives message with mis-spelling

Version-Release number of selected component (if applicable):
IC136
vdsm22-4.5-63.25.el5_6

How reproducible:
always

Steps to Reproduce:
1.vdsClient -s 0 getAllTasksInfo
2.vdsClient -s 0 stopTask <Task ID>
  
Actual results:
 vdsClient -s 0 stopTask c4b068e9-fe68-494f-b737-48b1d64a91de
cannot move task to requested state: ('from finished to raborting',)

Expected results:
 vdsClient -s 0 stopTask c4b068e9-fe68-494f-b737-48b1d64a91de
 cannot move task to requested state: ('from finished to aborting',)

Additional info:

Comment 2 Ayal Baron 2011-08-08 14:49:45 UTC
raborting = recovery aborting (as opposed to aborting while task running).

Comment 3 Ayal Baron 2011-08-08 14:50:24 UTC
p.s this is a vdsm internal state and vdsClient is not supported in any event.