[Libguestfs] [PATCH libldm 03/12] Clarify ldm_volume_dm_get_name function documentation.

Mykola Ivanets stenavin at gmail.com
Tue May 15 20:38:10 UTC 2018


Emphasis that returned name is unmangled.
---
 src/ldm.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/ldm.h b/src/ldm.h
index 280fbfb..cdc5817 100644
--- a/src/ldm.h
+++ b/src/ldm.h
@@ -443,7 +443,8 @@ guint64 ldm_volume_get_chunk_size(const LDMVolume *o);
  * @o: An #LDMVolume
  *
  * Get the name of the device mapper device which will be created for this
- * volume.
+ * volume. Note that returned name is unmangled. Device mapper will mangle
+ * actual device name if it contains invalid characters.
  *
  * Returns: (transfer full): The device mapper name
  */
-- 
2.17.0




More information about the Libguestfs mailing list