This commit is contained in:
despiegk 2024-11-28 11:16:02 +03:00
parent 7fcb848464
commit 644232921f
4 changed files with 42 additions and 5 deletions

View File

@ -11,6 +11,10 @@
- AI hour (AH) is like a kwatth unit for electricty: it represents a AI Slice being used for 1h and billed as such. - AI hour (AH) is like a kwatth unit for electricty: it represents a AI Slice being used for 1h and billed as such.
- ThreeFold Farmers can price the AI Hour in a chosen currency. - ThreeFold Farmers can price the AI Hour in a chosen currency.
### Requirements
- At least 99.5% uptime per node and 99.9% for the farming location (cluster)
## AI Slice Properties ## AI Slice Properties
The service provider (hoster) defines the following properties per AI Slice: The service provider (hoster) defines the following properties per AI Slice:

View File

@ -11,15 +11,16 @@
The default Cloud Slice has The default Cloud Slice has
- 4GB memory - 4GB memory
- 2 virtual cores of CPU - 2 virtual cores of CPU (CPU threads)
- Minimal 50 GB of fast storage (can be more, as to be defined by provider) - Minimal 50 GB of fast storage = SSD (can be more, as to be defined by provider)
- Minimal availability of 1 mbit/s bandwidth at all times - Minimal availability of 1 mbit/s bandwidth at all times slice
Terms Terms
- The virtual cores are max oversubscribed 4x - The virtual cores are max oversubscribed 4x
- Min passmark per Cloud Slice is 500 passmark (CPU benchmark) - Min passmark per Cloud Slice is 500 passmark (CPU benchmark)
- At least 50 GB storage available, more is better - At least 50 GB storage available, more is better
- At least 99.5% uptime per node and 99.9% for the farming location (cluster)
**Example a node with 64 GB or mem and 2 TB of SSD and 24 virtual cores.** **Example a node with 64 GB or mem and 2 TB of SSD and 24 virtual cores.**

View File

@ -0,0 +1,29 @@
# Network Slice
## Network Slice
- A Cloud Slice is a unit of network bandwidth
- Is 1 GB of bandwidth transfer in/out per month
## Requirements
- Minimal availability of 10 mbit/s bandwidth at all times for the location
- Minimal 99.8% uptime for the location
## Network Slice Properties
The service provider (hoster) defines the following properties per Network Slice:
- 1 GB of bandwidth to/from public IP address
- Maximum Discount (based on participation in Liquidity Pool and/or longer renting periods)
- Max bandwidth in the location
- Min bandwidth (min 1 mbit/sec) in the location (guaranteed bandwidth for all users)
- Max aggregation size (how many of the NetworkSlices can be combined per node)
- Link to support site if any (find info about hoster and service capabilities)
- If linked to Hosting Pool (company giving support on the machines)
- Location & type of location

View File

@ -10,6 +10,10 @@ The default Cloud Slice has:
- 100GB of storage - 100GB of storage
## requirements
- At least 99.5% uptime per node and 99.9% for the farming location (cluster)
## Storage Hour (SH) ## Storage Hour (SH)
- A Storage Hour is like a kwatth unit for electricty, it represents a Storage Slice being used for 1h and billed as such. - A Storage Hour is like a kwatth unit for electricty, it represents a Storage Slice being used for 1h and billed as such.
@ -19,11 +23,10 @@ The default Cloud Slice has:
The service provider (hoster) defines the following properties per Storage Slice: The service provider (hoster) defines the following properties per Storage Slice:
- Min size in GB (100GB+), max size - 100 GB storage space on reliable HDD
- Maximum Discount (based on participation in Liquidity Pool and/or longer renting periods) - Maximum Discount (based on participation in Liquidity Pool and/or longer renting periods)
- Max bandwidth - Max bandwidth
- Min bandwidth (min 1 mbit/sec) - Min bandwidth (min 1 mbit/sec)
- Cost per GB bandwidth
- Max aggregation size (how many of the StorageSlices can be combined) - Max aggregation size (how many of the StorageSlices can be combined)
- Link to support site if any (find info about hoster and service capabilities) - Link to support site if any (find info about hoster and service capabilities)
- If linked to Hosting Pool (company giving support on the machines) - If linked to Hosting Pool (company giving support on the machines)