fluxengine icon indicating copy to clipboard operation
fluxengine copied to clipboard

Can't "write" flux to `au:`?

Open jepler opened this issue 3 years ago • 1 comments

I noticed that I can't write to a kind of flux sink that isn't also a flux source. So for example, this fails but I think it should be possible for it to succeed:

$ ./fluxengine write ibm360_525 -i empty-360k.img -d au:noise/
Error: unrecognised flux source 'au:noise/'

jepler avatar Mar 23 '22 19:03 jepler

Hm. Yes, that's because of the setup for verification --- it's trying to configure the sink as a source as well so that the data can be read back. That ought to be a relatively simple fix...

davidgiven avatar Mar 23 '22 19:03 davidgiven

This should work now.

davidgiven avatar Dec 17 '22 10:12 davidgiven

thanks!

jepler avatar Dec 17 '22 17:12 jepler