Displaying 3 results from an estimated 3 matches for "unsupportedoperation".
2013 Nov 15
1
Support new AWS c3 instance type
When I try to launch the centos 6.4 ami on the newly release c3 instance type i get?
Client.UnsupportedOperation: The instance configuration for this AWS Marketplace product is not supported. Please see http://aws.amazon.com/marketplace/pp?sku=7w73f3vx0zywcfq1izrshkpjl for more information about supported instance types, regions, and operating systems.
Do you just need to update the marketplace listing to su...
2019 Nov 21
2
Re: Dealing with ImageIO problems
...* having to
do anything. It would be best if the python plugin ensure this.
If we want to support recoverable errors, we can define a special
RecoverableError
exception that signal the python plugin that this request failed, but
the error is not
fatal.
We can also define more specific errors like UnsupportedOperation, for
example if
plugin's zero() fail and the author wants nbdkit to stop calling
zero() and emulate
it with write.
Nir
2019 Nov 19
4
Re: [PATCH v2 00/11] rvh-upload: Various fixes and cleanups
On Tue, Nov 19, 2019 at 04:14:45PM +0200, Nir Soffer wrote:
>On Tue, Nov 19, 2019 at 3:36 PM Martin Kletzander <mkletzan@redhat.com>
>wrote:
>
>> On Tue, Nov 19, 2019 at 01:48:31PM +0100, Martin Kletzander wrote:
>> >On Tue, Nov 19, 2019 at 02:24:11PM +0200, Nir Soffer wrote:
>> >>On Tue, Nov 19, 2019 at 2:16 PM Martin Kletzander