google cloud storage - "gsutil -m mv" not running parallel transfers -
i moving large number of files local drive bucket using "gsutil -m mv". during transfer process appear running 1 transfer @ time. have checked top , see 1 process python running command. have modified both "parallel_process_count" "parallel_thread_count" in boto config file , not observe change in transfers behavior. when running gsutil -m option still receive message below:
"==> note: performing sequence of gsutil operations may run faster if instead use gsutil -m -m ... please see -m section under "gsutil options" further information when gsutil -m can advantageous."
has else run issue before?
os: centos 6.6 gsutil version: 4.15 python version: 2.6.6
this bug in gsutil 4.14-4.15, -m flag not getting propagated correctly mv command. fixed in gsutil 4.16.
Comments
Post a Comment