diff --git a/docs/ci.md b/docs/ci.md
index 1da4e12..9c2a159 100644
--- a/docs/ci.md
+++ b/docs/ci.md
@@ -56,9 +56,6 @@ From that point, it's up to you to :
 
 ## Duffy (ephemeral bare-metal/Virtual Machines provider)
 
-!!! warning
-    The following notes are only applicable for new Duffy v3 API that will be available around August 2022. Previous `cico client` will continue to work on actual Duffy v2 instance for the time being
-
 Duffy is the middle layer running ci.centos.org that manages the provisioning, maintenance and teardown / rebuild of the Nodes (physical hardware and VMs) that are used to run the tests in the CI Cluster.
 
 We provide both bare-metal and VMs and support the following architectures :
@@ -67,6 +64,8 @@ We provide both bare-metal and VMs and support the following architectures :
   * aarch64 (both physical and VMs)
   * ppc64le (only VMs on Power 8 or Power 9 but supporting nested virtualization)
 
+The EC2 instances are also provisioned with a second EBS volume (unconfigured) that you can then init the way you want (requested initially by Ceph for their own testing)
+
 To be able to request ephemeral nodes to run your tests, you'll need both your `project` name and `api key` that will be generated for you once your project will have be allowed on that Infra.
 
 !!! note