5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2024-12-27 03:21:45 +03:00
pve-storage/PVE
Alexandre Derumier a8176f5458 rbd: monhost string : escape only ":" character
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>
2015-03-06 10:10:10 +01:00
..
API2 implement zfsscan to list local zfs pools 2015-01-26 09:05:09 +01:00
Storage rbd: monhost string : escape only ":" character 2015-03-06 10:10:10 +01:00
Makefile new plugin architecture 2012-05-23 08:00:13 +02:00
Storage.pm cleanup error messages 2015-02-12 09:40:17 +01:00