]> git.proxmox.com Git - pve-storage.git/commitdiff
rbd: monhost string : escape only ":" character
authorAlexandre Derumier <aderumier@odiso.com>
Thu, 5 Mar 2015 09:29:29 +0000 (10:29 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 6 Mar 2015 09:10:10 +0000 (10:10 +0100)
we need to escape ":" used to defined mon ports

"10.5.0.11:6789; 10.5.0.12:6789; 10.5.0.13:6789"

->

"10.5.0.11\:6789; 10.5.0.12\:6789; 10.5.0.13\:6789"

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>

No differences found