Il 26/09/2012 19:54, Eric Blake ha scritto: >> > +# >> > +# @stop: for guest operations, stop the virtual machine; >> > +# for jobs, pause the job >> > +# >> > +# @enospc: same as @stop on ENOSPC, same as @report otherwise. >> > +# >> > +# Since: 1.3 >> > +## >> > +{ 'enum': 'BlockdevOnError', >> > + 'data': ['report', 'ignore', 'enospc', 'stop'] } > Bike-shedding - should the order of the docs match the order of the > 'data' array (that is, should 'enospc' be last in both places)?
Why not. Paolo