On Tue, Oct 27, 2020 at 02:21:25PM +0800, Wu Fengguang wrote:
- if tbox_group.to_s.starts_with?(/(vm|dc).*/)
=>
if tbox_group.to_s.starts_with?(/(vm|dc)-/)
queue's name need recheck if exist?
such as must be start_with($tbox_group)
if not, testbox: vm-2p8g-1 queue: vm-2p4g.iperf
it will be allowed.
Thanks, Shenwei