Masanori ITOH

Results 17 comments of Masanori ITOH

@wisererik Ah, my installer side fix is just a workaround, and we need to pay attention to osdsdock side error handling while discovery process, IMHO. So, please do not close...

Hi, I created a tentative PR for discussion. https://github.com/opensds/opensds/pull/1014 I hope NOTEs lines can help core-dev members to understand my points. Please note the PR is not intended for merge...

Some additional notes from slack discussion with Himanshu and Ashit regarding https://github.com/opensds/opensds/pull/1014 --- There are 2 points. 1. Return a non-error result on empty pool list retrieval. (L179) - I...

Sorry, for my late response. Here, my point is like this. In case of Keystone integration in the OpenStack world, normally service client such as Nova CLI or API user,...

Hi, According to requirements.txt format specification: https://www.python.org/dev/peps/pep-0440/#version-specifiers Writing albumentations>=0.4.1,

Hi @cogmission, I think now the repo has references to only oss.sonatype.org (in addition, thery are activeByDefault = false). Regards, Masanori

Hi @cogmission, OK, but actually maven tries to lookup 'http://metaware.us', but the necessary files look like missing even there and unresolvable including other fallback repositories like below. ``` [INFO] Scanning...

Hi, recently I did performance measurements against AWS S3 using minio driver. But, it was a very limited pattern in question at that time. What test cases (measurement patterns) are...

Hi @harjitdotsingh, Which version of maven are you using? If you use 3.8.1 and later, this behavior comes from the following maven side change. https://maven.apache.org/docs/3.8.1/release-notes.html#cve-2020-13956 I think currently easiest resolution...

@yzstu At least 3.6.3 (Ubuntu 20.04 bundled version) works. Try it!